From 183b1c2268529bbb8389d572deb00083c49682dc Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 26 Jun 2012 15:05:28 +0300 Subject: configure: Check for the math function rint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a fallback implementation if it doesn't exist. Signed-off-by: Martin Storsjö --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index ffb1e7e..2888c72 100755 --- a/configure +++ b/configure @@ -1124,6 +1124,7 @@ HAVE_LIST=" poll_h posix_memalign rdtsc + rint round roundf rweflags @@ -2954,6 +2955,7 @@ check_mathfunc log2 check_mathfunc log2f check_mathfunc lrint check_mathfunc lrintf +check_mathfunc rint check_mathfunc round check_mathfunc roundf check_mathfunc trunc -- cgit v1.1