X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmalloc;h=eb6ab6ac38b09678a5502f4e6f36514fe7cdce73;hb=4482085b415661578d0dff98b4c99314d12b308b;hp=e571d3bbd8275285c8a05d9f79eaae4f2a474175;hpb=23631b7e71d7a29c117b092055bfd74e045e72aa;p=gnulib.git diff --git a/modules/malloc b/modules/malloc index e571d3bbd..eb6ab6ac3 100644 --- a/modules/malloc +++ b/modules/malloc @@ -1,6 +1,11 @@ Description: malloc() function that is glibc compatible. +Comment: +This module should not be used as a dependency from a test module, +otherwise when this module occurs as a tests-related module, it will +have side effects on the compilation of the main modules in lib/. + Files: lib/malloc.c @@ -8,7 +13,8 @@ Depends-on: malloc-posix configure.ac: -AC_FUNC_MALLOC +gl_FUNC_MALLOC_GNU +AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.]) Makefile.am: