summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2014-11-21 10:06:01 -0500
committerjfarrell <jfarrell@apache.org>2014-11-21 10:06:55 -0500
commitea2fbcfc917ea84f5f367fbbc5ea5bffe023eae8 (patch)
tree194a9d9f3fd4e80c5444103260adf4b4d1d0c465 /configure.ac
parentba302396876cf5858b640b634efd5ba9f49c5f1c (diff)
downloadthrift-ea2fbcfc917ea84f5f367fbbc5ea5bffe023eae8.tar.gz
THRIFT-2843: Automake configure.ac has possible typo related to Java
Client: build Patch: Cash Costello Fixes typo in configure.ac for java detection. This closes #279 commit 6cca2524b1d40375b383abef09a76d272be310c5 Author: Cash Costello <cash.costello@jhuapl.edu> Date: 2014-11-21T14:29:25Z
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fde0ad63c..ce9191fd0 100755
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,7 @@ if test "$with_java" = "yes"; then
AX_CHECK_ANT_VERSION($ANT, 1.7)
AC_SUBST(CLASSPATH)
AC_SUBST(ANT_FLAGS)
- if test "x$JAVAC" != "x" && test "x$JAVAC" != "x" && test "x$ANT" != "x" ; then
+ if test "x$JAVA" != "x" && test "x$JAVAC" != "x" && test "x$ANT" != "x" ; then
have_java="yes"
fi
fi