changeset 1090:94c957144330

make sure autoconf tests have been run
author Jim Meyering <jim@meyering.net>
date Mon, 03 Nov 1997 15:19:20 +0000
parents d02ee0800a52
children 68d8962b8bce
files lib/xmalloc.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
@@ -54,6 +54,13 @@
 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.  */