Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14167/src/testing

Modified Files:
      Tag: MonetDB_1-20
        Makefile.ag 
Log Message:
removed checks for sys/socket.h (done in MonetDB.m4 now)

removed AC_CHECK_MALLOC as it checks for gnu compatible malloc and we are
happy with just plain malloc

added MALLOC_LIBS to Mdiff


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Makefile.ag,v
retrieving revision 1.23
retrieving revision 1.23.2.1
diff -u -d -r1.23 -r1.23.2.1
--- Makefile.ag 12 Sep 2007 10:54:17 -0000      1.23
+++ Makefile.ag 10 Oct 2007 08:54:44 -0000      1.23.2.1
@@ -21,7 +21,7 @@
 
 bin_Mdiff = {
        SOURCES = difflib.c helpers.c Mdiff.c difflib.h  helpers.h
-       LIBS = ../common/libmutils
+       LIBS = ../common/libmutils $(MALLOC_LIBS)
 }
 
 bin_Mtimeout = {


-------------------------------------------------------------------------
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