]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Fix typo.
authorDavid Edelsohn <edelsohn@gnu.org>
Tue, 4 Nov 2008 16:56:30 +0000 (16:56 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 4 Nov 2008 16:56:30 +0000 (11:56 -0500)
        * configure.ac: Fix typo.
        * configure: Rebuild.

From-SVN: r141580

libjava/ChangeLog
libjava/configure
libjava/configure.ac

index b5f92489cb3ea76261f3f84b1cc358a79a83825e..806467ea643752eeb659f6b1e4043655ba6aa891 100644 (file)
@@ -1,3 +1,8 @@
+2008-11-04  David Edelsohn  <edelsohn@gnu.org>
+
+       * configure.ac: Fix typo.
+       * configure: Rebuild.
+
 2008-10-31  Andrew Haley  <aph@redhat.com>
 
        * Makefile.am (install-data-local): Correct symlink paths for
index 225ffa6d32f498b540160a68232a791fb5550037..1152584d5a942f3f3ab58d00ed479b777d72126c 100755 (executable)
@@ -1930,8 +1930,8 @@ else
   BUILD_GJDOC=maybe
 fi;
 
-echo "$as_me:$LINENO: checking wether to build gjdoc" >&5
-echo $ECHO_N "checking wether to build gjdoc... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking whether to build gjdoc" >&5
+echo $ECHO_N "checking whether to build gjdoc... $ECHO_C" >&6
 if test "x$BUILD_GJDOC" = xmaybe; then
     if test -f "${ANTLR_JAR}"; then
        BUILD_GJDOC=yes
index db131b68027a98ba0aabac47d504965841b4758e..749e593d265520e05dd6b431e5d35e93743dfea9 100644 (file)
@@ -120,7 +120,7 @@ AC_ARG_ENABLE([gjdoc],
               esac],
               [BUILD_GJDOC=maybe])
 
-AC_MSG_CHECKING([wether to build gjdoc])
+AC_MSG_CHECKING([whether to build gjdoc])
 if test "x$BUILD_GJDOC" = xmaybe; then
     if test -f "${ANTLR_JAR}"; then
        BUILD_GJDOC=yes