[
https://issues.apache.org/jira/browse/THRIFT-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14221057#comment-14221057
]
Hudson commented on THRIFT-2843:
--------------------------------
SUCCESS: Integrated in Thrift #1365 (See
[https://builds.apache.org/job/Thrift/1365/])
THRIFT-2843: Automake configure.ac has possible typo related to Java (jfarrell:
rev ea2fbcfc917ea84f5f367fbbc5ea5bffe023eae8)
* configure.ac
> Automake configure.ac has possible typo related to Java
> -------------------------------------------------------
>
> Key: THRIFT-2843
> URL: https://issues.apache.org/jira/browse/THRIFT-2843
> Project: Thrift
> Issue Type: Bug
> Components: Build Process
> Reporter: Cash Costello
> Assignee: Cash Costello
> Priority: Trivial
> Fix For: 0.9.3
>
>
> Looks like it tests for the java compiler twice. I'm guessing the second test
> is unnecessary or should be a test for the Java runtime.
> {code}
> AX_THRIFT_LIB(java, [Java], yes)
> if test "$with_java" = "yes"; then
> AX_JAVAC_AND_JAVA
> AC_PATH_PROG([ANT], [ant])
> 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
> have_java="yes"
> fi
> fi
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)