X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmalloc-posix;h=b4b0bc0adbdd96320f9615703be576550775948c;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=17f451370658ade05167b3f199df71e569912575;hpb=23631b7e71d7a29c117b092055bfd74e045e72aa;p=gnulib.git diff --git a/modules/malloc-posix b/modules/malloc-posix index 17f451370..b4b0bc0ad 100644 --- a/modules/malloc-posix +++ b/modules/malloc-posix @@ -10,6 +10,9 @@ stdlib configure.ac: gl_FUNC_MALLOC_POSIX +if test $REPLACE_MALLOC = 1; then + AC_LIBOBJ([malloc]) +fi gl_STDLIB_MODULE_INDICATOR([malloc-posix]) Makefile.am: @@ -18,7 +21,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible