summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-10-15 15:25:11 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-10-15 15:25:11 +0000
commit4fc42f7091daa2e7262f55117ffbd8e70d9599b3 (patch)
treee874fb1db694358db433b2c71b22824f5225a572
parentc33913d4582d968a8e91925f7ab4c47d6349b3a4 (diff)
downloadclasspath-4fc42f7091daa2e7262f55117ffbd8e70d9599b3.tar.gz
Remove superfluous AC_PROG_JAVA call.
2008-10-15 Andrew John Hughes <gnu_andrew@member.fsf.org> * configure.ac: Remove superfluous AC_PROG_JAVA call.
-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)