From 4d73296d6a9655ad61f7012359048e4663318d66 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 3 Nov 1997 15:19:20 +0000 Subject: [PATCH] make sure autoconf tests have been run --- lib/xmalloc.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/xmalloc.c b/lib/xmalloc.c index e204ae47f..d2996a060 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. */ -- 2.11.0