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

Modified Files:
        configure.ag 
Log Message:
propagated changes of Monday Feb 11 2008 - Tuesday Feb 12 2008
from the MonetDB_1-22 branch to the development trunk


Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/configure.ag,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- configure.ag        3 Feb 2008 12:21:52 -0000       1.189
+++ configure.ag        12 Feb 2008 18:47:38 -0000      1.190
@@ -88,14 +88,6 @@
        AC_COMPILE_IFELSE(AC_LANG_SOURCE([int foo(int * __restrict__ p) { 
return *p; }]),
                AC_DEFINE(HAVE___RESTRICT__, 1,
                        [Define if the compiler supports the __restrict__ 
keyword])))
-AC_TRY_COMPILE([$ac_includes_default
-#include <malloc.h>], [struct mallinfo m;], AC_DEFINE(HAVE_STRUCT_MALLINFO, 1, 
[Define if you have struct mallinfo])
-AC_TRY_COMPILE([$ac_includes_default
-#include <malloc.h>], [struct mallinfo m = {0};
-/* compilers that don't like <0 comparisons on unsigned data *
- * will fail here (but then not in src/gdk/gdk_utils.mx)     */
-int x = (m.usmblks < 0);], AC_DEFINE(HAVE_SIGNED_MALLINFO, 1, [Define if your 
mallinfo struct has signed elements])
-))
 
 # Checks for library functions.
 AC_FUNC_MEMCMP


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