changeset 32219:93b121dfe8e5

Make sure that HAVE_MKSTEMP is always #defined to a value.
author diego
date Sat, 18 Sep 2010 14:51:55 +0000
parents b897901c0b0a
children 2494181f252b
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Sep 18 10:47:41 2010 +0000
+++ b/configure	Sat Sep 18 14:51:55 2010 +0000
@@ -3093,7 +3093,7 @@
 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"