From abefddcf2d42a609e3e6f0d77befa61ec1522330 Mon Sep 17 00:00:00 2001 From: dje Date: Tue, 4 Nov 2008 16:56:30 +0000 Subject: [PATCH] * configure.ac: Fix typo. * configure: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141580 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 5 +++++ libjava/configure | 4 ++-- libjava/configure.ac | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index b5f92489cb3..806467ea643 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2008-11-04 David Edelsohn + + * configure.ac: Fix typo. + * configure: Rebuild. + 2008-10-31 Andrew Haley * Makefile.am (install-data-local): Correct symlink paths for diff --git a/libjava/configure b/libjava/configure index 225ffa6d32f..1152584d5a9 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 db131b68027..749e593d265 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 -- 2.11.4.GIT