X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcalloc-posix;h=ef274ed490e60aaea03ffa6052dabfe21f5c053a;hb=6b8f1dd1a21ce49319795391e21adf645b64db3c;hp=900eb9764d258e0bbff8355f5cf2a56a1c4dc4a0;hpb=f7b84a3cc2ce9522e702ab3e7a157afb8e78dc00;p=gnulib.git diff --git a/modules/calloc-posix b/modules/calloc-posix index 900eb9764..ef274ed49 100644 --- a/modules/calloc-posix +++ b/modules/calloc-posix @@ -11,6 +11,9 @@ stdlib configure.ac: gl_FUNC_CALLOC_POSIX +if test $REPLACE_CALLOC = 1; then + AC_LIBOBJ([calloc]) +fi gl_STDLIB_MODULE_INDICATOR([calloc-posix]) Makefile.am: @@ -19,7 +22,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible