1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

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
This commit is contained in:
diego 2010-09-18 14:51:55 +00:00 committed by Uoti Urpala
parent 57a209ddd5
commit b9e50fb409

2
configure vendored
View File

@ -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"