Skip to content
Snippets Groups Projects
Commit 183a8e95 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Do not link to -lm if it is not required.

parent abb71204
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ AC_DEFINE_UNQUOTED([SYSTEM_TYPE],["$ac_cv_build"], [System type])
AC_SUBST([SYSTEM_TYPE],["$ac_cv_build"])
# ----------------------------------------------------------------------
# Check for math library
AC_CHECK_LIB(m, floor)
AC_SEARCH_LIBS(floor, m)
# ----------------------------------------------------------------------
# Add basic configure options
ACX_OPTIONS
......
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