# HG changeset patch # User diego # Date 1311449580 0 # Node ID 254e56b1e39dc97f0ab9b0199a93d0cf9a461f94 # Parent 2a4a9659d15453dfcdb892cca24d91cf0dc2edf5 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. diff -r 2a4a9659d154 -r 254e56b1e39d configure --- 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