roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / malloc-gnu
index eb6ab6ac38b09678a5502f4e6f36514fe7cdce73..0bfa92d758102aefd96455a2592769c9f4854fc0 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: