Mercurial > mplayer.hg
changeset 33804:254e56b1e39d
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.
author | diego |
---|---|
date | Sat, 23 Jul 2011 19:33:00 +0000 |
parents | 2a4a9659d154 |
children | acca18850841 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jul 22 10:05:08 2011 +0000 +++ b/configure Sat Jul 23 19:33:00 2011 +0000 @@ -3074,15 +3074,6 @@ 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