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

Modified Files:
      Tag: Clients_1-20
        configure.ag 
Log Message:

parameterized check for Java in AM_MONETDB_COMPILER() in 
buildtools/conf/MonetDB.m4

to compile the Java code in clients (JDBC client, mjclient), we need Java >= 
1.4 && < 1.6

to compile the Java code in pathfinder (XRPC wrapper), we need Java >= 1.5


Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/configure.ag,v
retrieving revision 1.24.2.2
retrieving revision 1.24.2.3
diff -u -d -r1.24.2.2 -r1.24.2.3
--- configure.ag        22 Oct 2007 09:38:38 -0000      1.24.2.2
+++ configure.ag        22 Oct 2007 20:58:20 -0000      1.24.2.3
@@ -71,7 +71,9 @@
        fi
 fi
 AM_MONETDB_DEFAULTS()
-AM_MONETDB_COMPILER()
+req_java_ver_min=1.4 # >= $req_java_ver_min required
+req_java_ver_max=1.6 # <  $req_java_ver_max required
+AM_MONETDB_COMPILER($req_java_ver_min $req_java_ver_max)
 AM_MONETDB_TOOLS()
 AM_MONETDB_OPTIONS()
 AM_MONETDB_LIBS()


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to