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:
09d13c2
)
Revert THRIFT-731 due to breakage on Ubuntu.
author
Bryan Duxbury
<bryanduxbury@apache.org>
Thu, 12 Aug 2010 00:27:14 +0000
(
00:27
+0000)
committer
Bryan Duxbury
<bryanduxbury@apache.org>
Thu, 12 Aug 2010 00:27:14 +0000
(
00:27
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@984621
13f79535
-47bb-0310-9956-
ffa450edef68
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
595f870
..
f6a8a0d
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-86,7
+86,7
@@
AM_CONDITIONAL(NET_2_0, [test "$net_3_5" = "no"])
AX_THRIFT_LIB(java, [Java], yes)
if test "$with_java" = "yes"; then
AX_JAVAC_AND_JAVA
-
PKG_CHECK_MODULES([ANT], ant >= 1.7
)
+
AC_PATH_PROG([ANT], [ant]
)
AX_CHECK_JAVA_CLASS(org.slf4j.Logger)
have_slf4j="$success"
AX_CHECK_JAVA_CLASS(org.slf4j.impl.SimpleLogger)