1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

Make the module 'malloc-gnu' work again on AIX and OSF/1.

This commit is contained in:
Bruno Haible
2010-08-29 19:20:47 +02:00
parent ef6f425ed1
commit 560be60e7e
4 changed files with 19 additions and 6 deletions

View File

@@ -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: