crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / obstack-printf
index 3604ce29bcdc9547cce376d328ccc7e68bca6e36..324dde6889a23fa834023d8a2b3621f6f3f486ef 100644 (file)
@@ -13,6 +13,9 @@ extensions
 
 configure.ac:
 gl_FUNC_OBSTACK_PRINTF
+if test $ac_cv_func_obstack_printf = no || test $REPLACE_OBSTACK_PRINTF = 1; then
+  AC_LIBOBJ([obstack_printf])
+fi
 gl_STDIO_MODULE_INDICATOR([obstack-printf])
 
 Makefile.am: