summaryrefslogtreecommitdiff
path: root/lib/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xmalloc.c')
-rw-r--r--lib/xmalloc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index 2bd5bedbe..a71dc3584 100644
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
@@ -48,12 +48,12 @@ void free ();
# define EXIT_FAILURE 1
#endif
-#ifndef HAVE_DONE_WORKING_MALLOC_CHECK
-you must run the autoconf test for a properly working malloc -- see malloc.m4
+#ifndef HAVE_MALLOC
+# error "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
+#ifndef HAVE_REALLOC
+# error "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.

Return to:

Send suggestions and report system problems to the System administrator.