configure.ac: Fix typo.
* configure.ac: Fix typo. * configure: Rebuild. From-SVN: r141580
This commit is contained in:
parent
4d9478234b
commit
d793c2a594
@ -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
|
||||
|
4
libjava/configure
vendored
4
libjava/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user