From: Jim Meyering Date: Mon, 3 Nov 1997 15:19:20 +0000 (+0000) Subject: make sure autoconf tests have been run X-Git-Tag: TEXTUTILS-1_22c~121 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a8da87911ca012a74ac96eb9be69028163f4adbc;p=thirdparty%2Fcoreutils.git make sure autoconf tests have been run --- diff --git a/lib/xmalloc.c b/lib/xmalloc.c index e204ae47fa..d2996a0600 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -54,6 +54,13 @@ void *xcalloc (size_t n, size_t s); void *xrealloc (void *p, size_t n); #endif +#ifndef HAVE_DONE_WORKING_MALLOC_CHECK +you must run the autoconf test for a properly working malloc -- see malloc.m4 +#endif + +#ifndef HAVE_DONE_WORKING_REALLOC_CHECK +you must run the autoconf test for a properly working realloc -- see realloc.m4 +#endif /* Exit value when the requested amount of memory is not available. The caller may set it to some other value. */