summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca853bddb..b2fa8bec7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-15 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * configure.ac:
+ Remove superfluous AC_PROG_JAVA call.
+
2008-10-06 Andrew John Hughes <gnu_andrew@member.fsf.org>
* m4/ac_prog_antlr:
diff --git a/configure.ac b/configure.ac
index 073c38b71..1678ae100 100644
--- a/configure.ac
+++ b/configure.ac
@@ -963,7 +963,6 @@ if test "x${TOOLSDIR}" != x; then
AC_PROG_JAVA
fi
if test "x${COMPILE_GJDOC}" = xyes; then
- AC_PROG_JAVA
AC_LIB_ANTLR
if test "x${REGENERATE_GJDOC_PARSER}" = xyes; then
AC_PROG_ANTLR(2,7,1)