# HG changeset patch # User diego # Date 1184151222 0 # Node ID 0a01af86f76b7b65eb84c5cd02c28d2204e632d0 # Parent 8367932d118e0151819d58fe671eaf4e02faacac Remove unused test for round(). diff -r 8367932d118e -r 0a01af86f76b configure --- a/configure Wed Jul 11 10:45:38 2007 +0000 +++ b/configure Wed Jul 11 10:53:42 2007 +0000 @@ -2701,19 +2701,6 @@ fi echores "$_lrintf" -echocheck "round" -cat > $TMPC << EOF -#include -int main(void) { (void) round(0.0); return 0; } -EOF -_round=no -cc_check $_ld_lm && _round=yes -if test "$_round" = yes ; then - _def_round="#define HAVE_ROUND 1" -else - _def_round="#undef HAVE_ROUND" -fi -echores "$_round" echocheck "nanosleep" # also check for nanosleep @@ -8085,9 +8072,6 @@ /* C99 lrintf function available */ $_def_lrintf -/* round function is available */ -$_def_round - /* yes, we have inttypes.h */ #define HAVE_INTTYPES_H 1