summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6113263624..6e3a7d0bea 100755
--- a/configure
+++ b/configure
@@ -2968,7 +2968,7 @@ cc_check && _mkstemp=yes
if test "$_mkstemp" = yes ; then
def_mkstemp='#define HAVE_MKSTEMP 1'
else
- def_mkstemp='#undef HAVE_MKSTEMP'
+ def_mkstemp='#define HAVE_MKSTEMP 0'
fi
echores "$_mkstemp"