Allow the Java library to be excluded from the build.
authorDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 07:00:22 +0000 (07:00 +0000)
committerDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 07:00:22 +0000 (07:00 +0000)
commit62d3981c9e2f118c098774f40138a65803136a8d
treeb377bdde8d3a0b19bba5b81fd6b912ac659caa7b
parentbe5ee7c191ec125c80f4221c3231b254b3bcb145
Allow the Java library to be excluded from the build.

Use AX_THRIFT_LIB to make configure support --without-java.
Don't bother testing for the Java requirements if this is set.

This is necessary because the autoconf macros we are using for Java
cause configure to quit with an error if Java is not found.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665545 13f79535-47bb-0310-9956-ffa450edef68
configure.ac