summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-11 10:53:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-11 10:53:42 +0000
commit558311493f32e58587ec4c6b26bedcb4b1a3a1cc (patch)
tree196d735ae5ba0f5caa9bb1eaad5f0fe9edf3f0df /configure
parenteafb15f3a1e1d3b5066c607201be63ce9c1a3fd2 (diff)
downloadmpv-558311493f32e58587ec4c6b26bedcb4b1a3a1cc.tar.bz2
mpv-558311493f32e58587ec4c6b26bedcb4b1a3a1cc.tar.xz
Remove unused test for round().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23766 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure b/configure
index 0ba2d3b972..2e0a3cc13c 100755
--- a/configure
+++ b/configure
@@ -2701,19 +2701,6 @@ else
fi
echores "$_lrintf"
-echocheck "round"
-cat > $TMPC << EOF
-#include <math.h>
-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 @@ $_def_vcd
/* C99 lrintf function available */
$_def_lrintf
-/* round function is available */
-$_def_round
-
/* yes, we have inttypes.h */
#define HAVE_INTTYPES_H 1