X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frealloc-posix;h=20270e619b7824fc58a42167b3a2ab745c551d67;hb=dcf27bef48c9800d5a2be8349226f73f1b8ff2e5;hp=c33fae8df954d1945e96c8417d8e90754f042293;hpb=f7b84a3cc2ce9522e702ab3e7a157afb8e78dc00;p=gnulib.git diff --git a/modules/realloc-posix b/modules/realloc-posix index c33fae8df..20270e619 100644 --- a/modules/realloc-posix +++ b/modules/realloc-posix @@ -11,6 +11,9 @@ stdlib configure.ac: gl_FUNC_REALLOC_POSIX +if test $REPLACE_REALLOC = 1; then + AC_LIBOBJ([realloc]) +fi gl_STDLIB_MODULE_INDICATOR([realloc-posix]) Makefile.am: @@ -19,7 +22,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible