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

Modified Files:
        configure.ag 
Log Message:
Don't print an unset variable.  It doesn't add anything.


Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/java/configure.ag,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- configure.ag        6 Dec 2007 17:55:30 -0000       1.6
+++ configure.ag        7 Dec 2007 12:13:28 -0000       1.7
@@ -83,9 +83,9 @@
        AM_MONETDB_ANT_JAVA($req_java_ver_min, $req_java_ver_max)
        if test "x$have_java" = xno; then
                if test "x$enable_xrpc" = xyes; then
-                       AC_MSG_ERROR([MonetDB XRPC requires ant and Java >= 
$req_java_ver_min, but < $req_java_ver_max.])
+                       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, but < $req_java_ver_max.])
+                       AC_MSG_ERROR([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

Reply via email to