Update of /cvsroot/monetdb/java
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17854
Modified Files:
configure.ag
Log Message:
XRPC isn't THAT important that we always want to die if we can't build it.
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/java/configure.ag,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- configure.ag 7 Dec 2007 12:13:28 -0000 1.7
+++ configure.ag 7 Dec 2007 12:15:23 -0000 1.8
@@ -85,7 +85,7 @@
if test "x$enable_xrpc" = xyes; then
AC_MSG_ERROR([MonetDB XRPC requires ant and Java >=
$req_java_ver_min.])
else
- AC_MSG_ERROR([Cannot build MonetDB XRPC as it requires
ant and Java >= $req_java_ver_min.])
+ AC_MSG_WARN([Cannot build MonetDB XRPC as it requires
ant and Java >= $req_java_ver_min.])
fi
else
have_java_xrpc=yes
-------------------------------------------------------------------------
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