From 149ba3fed122d609b32cba135576e5b2f75b0464 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 21 Mar 2008 13:36:27 +0000 Subject: 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. --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure.ac') 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 -- cgit