summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-03-21 13:36:27 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-03-21 13:36:27 +0000
commit149ba3fed122d609b32cba135576e5b2f75b0464 (patch)
treea0916813be80da3b024318c732775d2130eca040 /configure.ac
parenta3bcacf1c77435ef20e2574579e5de03334e8699 (diff)
Remove lrint/lrintf checks. We don't use it anywhere.
Original commit message from CVS: * configure.ac: * m4/lrint.m4: * m4/lrintf.m4: Remove lrint/lrintf checks. We don't use it anywhere.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index b198f3c9..c63c4b66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,11 +171,6 @@ if test x$HAVE_GCC_ASM = xyes ; then
fi
AM_CONDITIONAL(HAVE_GCC_ASM, test "x$HAVE_GCC_ASM" = "xyes")
-dnl FIXME: check if this is used; was used for floatcast.h in base
-dnl Check for fast float to int casting as defined in C99
-AC_C99_FUNC_LRINT
-AC_C99_FUNC_LRINTF
-
dnl *** checks for library functions ***
LIBS_SAVE=$LIBS