X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxmalloc.c;h=3affee7a9a8b1cfade70188f1ce32a678659b2cf;hb=69a9b8f8d7acc8677b5657adb83a8ba448737e0c;hp=6fab82909e8386c65d8b2088cfb4723cc71b6b7d;hpb=93f20861d0ef8383725ceb95772aee532c2c26ff;p=gnulib.git diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 6fab82909..3affee7a9 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -41,12 +41,14 @@ void free (); # define EXIT_FAILURE 1 #endif +/* The following tests require AC_PREREQ(2.54). */ + #ifndef HAVE_MALLOC -"you must run the autoconf test for a properly working malloc" +"you must run the autoconf test for a GNU libc compatible malloc" #endif #ifndef HAVE_REALLOC -"you must run the autoconf test for a properly working realloc" +"you must run the autoconf test for a GNU libc compatible realloc" #endif /* Exit value when the requested amount of memory is not available.