summaryrefslogtreecommitdiff
path: root/modules/malloc-gnu
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 /modules/malloc-gnu
parentef6f425ed1ffea6f0e52e340c683d44bd1f7a5f4 (diff)
downloadgnulib-560be60e7e4f34d4d07a74eb950f70d0774626a9.tar.gz
Make the module 'malloc-gnu' work again on AIX and OSF/1.
Diffstat (limited to 'modules/malloc-gnu')
-rw-r--r--modules/malloc-gnu2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/malloc-gnu b/modules/malloc-gnu
index eb6ab6ac38..7cb21b8d37 100644
--- a/modules/malloc-gnu
+++ b/modules/malloc-gnu
@@ -14,7 +14,7 @@ malloc-posix
configure.ac:
gl_FUNC_MALLOC_GNU
-AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])
+gl_MODULE_INDICATOR([malloc-gnu])
Makefile.am: