crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / malloc-gnu
index 7cb21b8d37e55352d6d09ba9968771132b960096..0bfa92d758102aefd96455a2592769c9f4854fc0 100644 (file)
@@ -14,6 +14,9 @@ malloc-posix
 
 configure.ac:
 gl_FUNC_MALLOC_GNU
+if test $REPLACE_MALLOC = 1; then
+  AC_LIBOBJ([malloc])
+fi
 gl_MODULE_INDICATOR([malloc-gnu])
 
 Makefile.am: