summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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)