Commit d793c2a5 by David Edelsohn Committed by David Edelsohn

configure.ac: Fix typo.

        * configure.ac: Fix typo.
        * configure: Rebuild.

From-SVN: r141580
parent 4d947823
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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment