aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.ac
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2008-11-04 16:56:30 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2008-11-04 11:56:30 -0500
commitd793c2a59404318d082c3f78590734f82e24497c (patch)
treecc66ce50169c7999caeaddd4d54f42862a8460c8 /libjava/configure.ac
parent4d9478234b251be02d924902afad8883bb511538 (diff)
downloadgcc-d793c2a59404318d082c3f78590734f82e24497c.zip
gcc-d793c2a59404318d082c3f78590734f82e24497c.tar.gz
gcc-d793c2a59404318d082c3f78590734f82e24497c.tar.bz2
configure.ac: Fix typo.
* configure.ac: Fix typo. * configure: Rebuild. From-SVN: r141580
Diffstat (limited to 'libjava/configure.ac')
-rw-r--r--libjava/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure.ac b/libjava/configure.ac
index db131b68..749e593 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