mirror of https://github.com/mpv-player/mpv
configure: drop check for -lposix4
This was needed for ancient Solaris systems. mplayer-svn dropped this check in r33892.
This commit is contained in:
parent
060e581f06
commit
9dc8d891d1
|
@ -1436,16 +1436,6 @@ fi
|
|||
echores "$_builtin_expect"
|
||||
|
||||
|
||||
echocheck "posix4"
|
||||
# required for nanosleep on some systems
|
||||
_posix4=no
|
||||
statement_check time.h 'nanosleep(0, 0)' -lposix4 && _posix4=yes
|
||||
if test "$_posix4" = yes ; then
|
||||
extra_ldflags="$extra_ldflags -lposix4"
|
||||
fi
|
||||
echores "$_posix4"
|
||||
|
||||
|
||||
echocheck "mkstemp"
|
||||
_mkstemp=no
|
||||
define_statement_check "_XOPEN_SOURCE 600" "stdlib.h" 'mkstemp("")' && _mkstemp=yes
|
||||
|
|
Loading…
Reference in New Issue