undoing an unintentional commit to ax_java.m4
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 29 Jan 2009 01:37:01 +0000 (01:37 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 29 Jan 2009 01:37:01 +0000 (01:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@738704 13f79535-47bb-0310-9956-ffa450edef68

aclocal/ax_java.m4

index abff8c6..70ec2c3 100644 (file)
@@ -32,7 +32,7 @@ dnl TODO: allow to exclude compilers (rationale: most Java programs cannot compi
 dnl with some compilers like guavac).
 
 AC_DEFUN([AX_PROG_JAVAC],[
-test -z "$JAVAC" && AC_CHECK_PROGS(JAVAC, "gcj -C" guavac javac)
+test -z "$JAVAC" && AC_CHECK_PROGS(JAVAC, "gcj -C" guavac jikes javac)
 test -z "$JAVAC" && AC_MSG_ERROR([no acceptable Java compiler found in \$PATH])
 AX_PROG_JAVAC_WORKS
 ])