From d793c2a59404318d082c3f78590734f82e24497c Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 4 Nov 2008 16:56:30 +0000 Subject: configure.ac: Fix typo. * configure.ac: Fix typo. * configure: Rebuild. From-SVN: r141580 --- libjava/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/configure') 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 -- cgit v1.1