Update of /cvsroot/monetdb/buildtools/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14156/conf

Modified Files:
        MonetDB.m4 
Log Message:

cleaning up *.stable.err:
removed (ignored) debug output that Mserver & mserver5 do not produce any more


Index: MonetDB.m4
===================================================================
RCS file: /cvsroot/monetdb/buildtools/conf/MonetDB.m4,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- MonetDB.m4  22 Jan 2008 10:00:38 -0000      1.62
+++ MonetDB.m4  26 Jan 2008 13:37:05 -0000      1.63
@@ -466,6 +466,9 @@
 AC_SUBST(CLASSPATH)
 AM_MONETDB_MEL("NO ABORT")
 AM_CONDITIONAL(HAVE_MONETDB4,test x$have_monetdb4 = xyes -a x$have_mel = xyes)
+if test x$have_monetdb4 = xyes -a x$have_mel = xyes; then
+       AC_DEFINE(HAVE_MONETDB4, 1, [MonetDB4 Server is available])
+fi
 ]) dnl AC_DEFUN AM_MONETDB4
 
 AC_DEFUN([AM_MONETDB5],
@@ -552,6 +555,9 @@
 AC_SUBST(MONETDB5_PREFIX)
 AC_SUBST(MONETDB5_VERSION)
 AM_CONDITIONAL(HAVE_MONETDB5,test x$have_monetdb5 = xyes)
+if test x$have_monetdb5 = xyes; then
+       AC_DEFINE(HAVE_MONETDB5, 1, [MonetDB5 Server is available])
+fi
 ]) dnl AC_DEFUN AM_MONETDB5
 
 AC_DEFUN([AM_MONETDB_LINUX_DIST],


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to