* configure: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141580
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
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
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