strftime: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / modules / mkstemps
index 56718a9..cb3e572 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])