From: Bryan Duxbury Date: Thu, 29 Jan 2009 01:37:01 +0000 (+0000) Subject: undoing an unintentional commit to ax_java.m4 X-Git-Tag: 0.2.0~361 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=9a75aa51922c53d2dd010cbf962bdcd2302833aa;p=common%2Fthrift.git undoing an unintentional commit to ax_java.m4 git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@738704 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/aclocal/ax_java.m4 b/aclocal/ax_java.m4 index abff8c6c..70ec2c34 100644 --- a/aclocal/ax_java.m4 +++ b/aclocal/ax_java.m4 @@ -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 ])