error: depend on stdio
[gnulib.git] / modules / malloc-gnu
index eb6ab6a..0bfa92d 100644 (file)
@@ -14,7 +14,10 @@ malloc-posix
 
 configure.ac:
 gl_FUNC_MALLOC_GNU
-AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])
+if test $REPLACE_MALLOC = 1; then
+  AC_LIBOBJ([malloc])
+fi
+gl_MODULE_INDICATOR([malloc-gnu])
 
 Makefile.am: