Skip to content
Snippets Groups Projects
Commit 19923d61 authored by Ron's avatar Ron
Browse files

Drop the test for lrint too

Nothing uses it either.
parent 62cf9645
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,6 @@ dnl So check for them with -lm in LIBS, and then clear it after we're done.
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment