Update of /cvsroot/monetdb/java
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7247/java

Modified Files:
        configure.ag 
Log Message:

Make sure that HAVE_JAVA is TRUE if at least one of HAVE_JAVAJDBC and 
HAVE_JAVAXRPC is TRUE,
i.e., even in case the test for Java/XRPC failed, setting HAVE_JAVA to FALSE.


Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/java/configure.ag,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- configure.ag        7 Dec 2007 12:15:23 -0000       1.8
+++ configure.ag        7 Dec 2007 14:14:26 -0000       1.9
@@ -95,6 +95,10 @@
 
 if test "x${have_java_jdbc}x${have_java_xrpc}" = xnoxno; then
        AC_MSG_ERROR([Java and Ant are required to build MonetDB Java.])
+else
+       # Make sure that HAVE_JAVA is TRUE if at least one of HAVE_JAVAJDBC and 
HAVE_JAVAXRPC is TRUE,
+       # i.e., even in case the test for Java/XRPC failed, setting HAVE_JAVA 
to FALSE.
+       AM_CONDITIONAL(HAVE_JAVA,true)
 fi
 
 AM_MONETDB_UTILS()     # for buildtools


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to