summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-03 01:10:48 +0200
committerwm4 <wm4@nowhere>2012-08-03 01:10:48 +0200
commit9dc8d891d12d2e7f8498095f9295939d71c57e1a (patch)
tree6dbd5f009cb8419414bcab0e4f31429930431e9e
parent060e581f063f58d04b4da0affb2a971bb3d6000c (diff)
downloadmpv-9dc8d891d12d2e7f8498095f9295939d71c57e1a.tar.bz2
mpv-9dc8d891d12d2e7f8498095f9295939d71c57e1a.tar.xz
configure: drop check for -lposix4
This was needed for ancient Solaris systems. mplayer-svn dropped this check in r33892.
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index b0b94f6776..d28c64b227 100755
--- a/configure
+++ b/configure
@@ -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