[MPlayer-cvslog] r33892 - trunk/configure

diego subversion at mplayerhq.hu
Sat Jul 23 21:33:01 CEST 2011


Author: diego
Date: Sat Jul 23 21:33:00 2011
New Revision: 33892

Log:
configure: drop check for -lposix4

This test was added in 2001 for Solaris versions that were old even then.
Such Solaris versions are no longer supported and very unlikely to be used.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jul 22 12:05:08 2011	(r33891)
+++ trunk/configure	Sat Jul 23 21:33:00 2011	(r33892)
@@ -3074,15 +3074,6 @@ fi
 echores "$_kstat"
 
 
-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"
-
 for func in exp2 exp2f llrint llrintf log2 log2f lrint lrintf round roundf truncf; do
 echocheck $func
 eval _$func=no


More information about the MPlayer-cvslog mailing list