summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-10 04:23:30 (GMT)
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-10 04:23:30 (GMT)
commit10e1bf2f64b77f3a71157c72de19265870cdeb5f (patch)
tree4230ef139d940ff0fa2f56afdb5d1d6ec84e6bab /configure.in
parent0707fea5ee112da270a86b5a147f260d6c0e35ef (diff)
downloadcpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.zip
cpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.tar.gz
cpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.tar.bz2
remove all occurence of math.rint() from the sources
(and yes, "Currintly" also counts <0.5 wink>)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 1566643..56e58ed 100644
--- a/configure.in
+++ b/configure.in
@@ -1075,12 +1075,6 @@ LIBS="$LIBS $LIBM"
AC_REPLACE_FUNCS(hypot)
LIBS=$LIBS_SAVE
-# check for rint() in math library
-LIBS_SAVE=$LIBS
-LIBS="$LIBS $LIBM"
-AC_CHECK_FUNCS(rint)
-LIBS=$LIBS_SAVE
-
# check for getopt
AC_MSG_CHECKING(for genuine getopt)
AC_CACHE_VAL(ac_cv_func_getopt,