summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-08-29 19:20:47 +0200
committerBruno Haible <bruno@clisp.org>2010-08-29 21:03:20 +0200
commit560be60e7e4f34d4d07a74eb950f70d0774626a9 (patch)
tree2850b3518b311ddf475f6953e8f8b0992e0cdeb3 /m4
parentef6f425ed1ffea6f0e52e340c683d44bd1f7a5f4 (diff)
downloadgnulib-560be60e7e4f34d4d07a74eb950f70d0774626a9.tar.gz
Make the module 'malloc-gnu' work again on AIX and OSF/1.
Diffstat (limited to 'm4')
-rw-r--r--m4/malloc.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/malloc.m4 b/m4/malloc.m4
index 56fd25e8b6..7a749254a1 100644
--- a/m4/malloc.m4
+++ b/m4/malloc.m4
@@ -1,4 +1,4 @@
-# malloc.m4 serial 11
+# malloc.m4 serial 12
dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -13,10 +13,10 @@ AC_DEFUN([gl_FUNC_MALLOC_GNU],
AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
dnl _AC_FUNC_MALLOC_IF is defined in Autoconf.
_AC_FUNC_MALLOC_IF(
- [AC_DEFINE([HAVE_MALLOC], [1],
+ [AC_DEFINE([HAVE_MALLOC_GNU], [1],
[Define to 1 if your system has a GNU libc compatible 'malloc'
function, and to 0 otherwise.])],
- [AC_DEFINE([HAVE_MALLOC], [0])
+ [AC_DEFINE([HAVE_MALLOC_GNU], [0])
gl_REPLACE_MALLOC
])
])