From 9dc8d891d12d2e7f8498095f9295939d71c57e1a Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 3 Aug 2012 01:10:48 +0200 Subject: configure: drop check for -lposix4 This was needed for ancient Solaris systems. mplayer-svn dropped this check in r33892. --- configure | 10 ---------- 1 file changed, 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 -- cgit v1.2.3