mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 03:40:43 +00: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:
parent
57a209ddd5
commit
b9e50fb409
2
configure
vendored
2
configure
vendored
@ -2968,7 +2968,7 @@ cc_check && _mkstemp=yes
|
|||||||
if test "$_mkstemp" = yes ; then
|
if test "$_mkstemp" = yes ; then
|
||||||
def_mkstemp='#define HAVE_MKSTEMP 1'
|
def_mkstemp='#define HAVE_MKSTEMP 1'
|
||||||
else
|
else
|
||||||
def_mkstemp='#undef HAVE_MKSTEMP'
|
def_mkstemp='#define HAVE_MKSTEMP 0'
|
||||||
fi
|
fi
|
||||||
echores "$_mkstemp"
|
echores "$_mkstemp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user