summaryrefslogtreecommitdiff
path: root/modules/realloc-posix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/realloc-posix')
-rw-r--r--modules/realloc-posix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/realloc-posix b/modules/realloc-posix
index 8e4924d471..c87d7edd47 100644
--- a/modules/realloc-posix
+++ b/modules/realloc-posix
@@ -8,10 +8,13 @@ m4/malloc.m4
Depends-on:
stdlib
+free-posix [test $REPLACE_REALLOC_FOR_REALLOC_POSIX = 1]
+malloc-posix [test $REPLACE_REALLOC_FOR_REALLOC_POSIX = 1]
+xalloc-oversized [test $REPLACE_REALLOC_FOR_REALLOC_POSIX = 1]
configure.ac:
gl_FUNC_REALLOC_POSIX
-if test $REPLACE_REALLOC = 1; then
+if test $REPLACE_REALLOC_FOR_REALLOC_POSIX = 1; then
AC_LIBOBJ([realloc])
fi
gl_STDLIB_MODULE_INDICATOR([realloc-posix])

Return to:

Send suggestions and report system problems to the System administrator.