summaryrefslogtreecommitdiff
path: root/modules/mkostemp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mkostemp')
-rw-r--r--modules/mkostemp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mkostemp b/modules/mkostemp
index 85b01b7e26..299b01f27c 100644
--- a/modules/mkostemp
+++ b/modules/mkostemp
@@ -13,6 +13,10 @@ tempname [test $HAVE_MKOSTEMP = 0]
configure.ac:
gl_FUNC_MKOSTEMP
+if test $HAVE_MKOSTEMP = 0; then
+ AC_LIBOBJ([mkostemp])
+ gl_PREREQ_MKOSTEMP
+fi
gl_MODULE_INDICATOR([mkostemp])
gl_STDLIB_MODULE_INDICATOR([mkostemp])