crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / mkstemps
index 56718a9b42ae6e58a02adc3c83259800a1c19924..cb3e5722f71bd65a34a85086e127143ea2599a72 100644 (file)
@@ -12,6 +12,9 @@ tempname        [test $HAVE_MKSTEMPS = 0]
 
 configure.ac:
 gl_FUNC_MKSTEMPS
+if test $HAVE_MKSTEMPS = 0; then
+  AC_LIBOBJ([mkstemps])
+fi
 gl_MODULE_INDICATOR([mkstemps])
 gl_STDLIB_MODULE_INDICATOR([mkstemps])