Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
249d7cb
)
undoing an unintentional commit to ax_java.m4
author
Bryan Duxbury
<bryanduxbury@apache.org>
Thu, 29 Jan 2009 01:37:01 +0000
(
01:37
+0000)
committer
Bryan 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
patch
|
blob
|
history
diff --git
a/aclocal/ax_java.m4
b/aclocal/ax_java.m4
index
abff8c6
..
70ec2c3
100644
(file)
--- 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 j
ikes j
avac)
test -z "$JAVAC" && AC_MSG_ERROR([no acceptable Java compiler found in \$PATH])
AX_PROG_JAVAC_WORKS
])