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