doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / malloc-posix
index 0b0edd6..b4b0bc0 100644 (file)
@@ -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: