From b9e50fb409fbd0458b5e6affc4bd856cce1b6fd2 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 18 Sep 2010 14:51:55 +0000 Subject: configure: Make sure that HAVE_MKSTEMP is always #defined to a value git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32303 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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" -- cgit v1.2.3