summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-18 14:51:55 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:17:04 +0200
commitb9e50fb409fbd0458b5e6affc4bd856cce1b6fd2 (patch)
tree2b31301b5f57ef3c9bebd1b7fb0e186e5a0a7125 /configure
parent57a209ddd5208bd9236b46bac74aaff128499a01 (diff)
downloadmpv-b9e50fb409fbd0458b5e6affc4bd856cce1b6fd2.tar.bz2
mpv-b9e50fb409fbd0458b5e6affc4bd856cce1b6fd2.tar.xz
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
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"