summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-04-23 11:49:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-04-23 11:49:22 +0000
commitc9e22107fb658b00ac9b041a1e06a5549dcd7181 (patch)
tree6339b08dafa4cf1d9e367e9e265dde366ac46613 /lib
parentd7917d3377ea2a20589a329698eef33ec92fb9ae (diff)
downloadmailutils-c9e22107fb658b00ac9b041a1e06a5549dcd7181.tar.gz
mailutils-c9e22107fb658b00ac9b041a1e06a5549dcd7181.tar.bz2
Adjusted for use with new AC_CHECK_ macros.
Diffstat (limited to 'lib')
-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
@@ -50,8 +50,8 @@ void free ();
-#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

Return to:

Send suggestions and report system problems to the System administrator.