mirror of
https://github.com/mpv-player/mpv
synced 2024-12-29 10:32:15 +00:00
configure: remove unused check for mkstemp()
Was used by the win32 loader to implement a similar win32 API function.
This commit is contained in:
parent
20c9dfa616
commit
177e9c4b41
12
configure
vendored
12
configure
vendored
@ -1232,17 +1232,6 @@ fi
|
||||
echores "$_gettext"
|
||||
|
||||
|
||||
echocheck "mkstemp"
|
||||
_mkstemp=no
|
||||
define_statement_check "_XOPEN_SOURCE 600" "stdlib.h" 'mkstemp("")' && _mkstemp=yes
|
||||
if test "$_mkstemp" = yes ; then
|
||||
def_mkstemp='#define HAVE_MKSTEMP 1'
|
||||
else
|
||||
def_mkstemp='#define HAVE_MKSTEMP 0'
|
||||
fi
|
||||
echores "$_mkstemp"
|
||||
|
||||
|
||||
echocheck "nanosleep"
|
||||
_nanosleep=no
|
||||
statement_check time.h 'nanosleep(0, 0)' && _nanosleep=yes
|
||||
@ -3378,7 +3367,6 @@ $def_xv
|
||||
$def_encoding
|
||||
|
||||
$def_fast_64bit
|
||||
$def_mkstemp
|
||||
$def_pthreads
|
||||
$def_threads
|
||||
$def_xform_asm
|
||||
|
Loading…
Reference in New Issue
Block a user