[MPlayer-cvslog] r32303 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Sep 18 16:51:55 CEST 2010
Author: diego
Date: Sat Sep 18 16:51:55 2010
New Revision: 32303
Log:
Make sure that HAVE_MKSTEMP is always #defined to a value.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Sep 18 12:47:41 2010 (r32302)
+++ trunk/configure Sat Sep 18 16:51:55 2010 (r32303)
@@ -3093,7 +3093,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"
More information about the MPlayer-cvslog
mailing list