shithub: opus-tools

Download patch

ref: 19923d61f51fa8c9da29f7e2d5fe661002a4149b
parent: 62cf9645187e00bcf3fefc3fac491ba9b25d1d42
author: Ron <ron@debian.org>
date: Mon Jun 10 19:19:15 EDT 2013

Drop the test for lrint too

Nothing uses it either.

--- a/configure.ac
+++ b/configure.ac
@@ -301,7 +301,6 @@
 saved_LIBS="$LIBS"
 LIBS="$LIBS -lm"
 AC_CHECK_FUNCS([lrintf])
-AC_CHECK_FUNCS([lrint])
 AC_CHECK_FUNCS([fminf])
 AC_CHECK_FUNCS([fmaxf])
 LIBS="$saved_LIBS"