aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2008-11-04 16:56:30 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2008-11-04 11:56:30 -0500
commitd793c2a59404318d082c3f78590734f82e24497c (patch)
treecc66ce50169c7999caeaddd4d54f42862a8460c8
parent4d9478234b251be02d924902afad8883bb511538 (diff)
downloadgcc-d793c2a59404318d082c3f78590734f82e24497c.zip
gcc-d793c2a59404318d082c3f78590734f82e24497c.tar.gz
gcc-d793c2a59404318d082c3f78590734f82e24497c.tar.bz2
configure.ac: Fix typo.
* configure.ac: Fix typo. * configure: Rebuild. From-SVN: r141580
-rw-r--r--libjava/ChangeLog5
-rwxr-xr-xlibjava/configure4
-rw-r--r--libjava/configure.ac2
3 files changed, 8 insertions, 3 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index b5f9248..806467e 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -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
diff --git a/libjava/configure b/libjava/configure
index 225ffa6..1152584 100755
--- a/libjava/configure
+++ b/libjava/configure
@@ -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
diff --git a/libjava/configure.ac b/libjava/configure.ac
index db131b68..749e593 100644
--- a/libjava/configure.ac
+++ b/libjava/configure.ac
@@ -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