2
0
Fork 0

[autotools] search math lib m for fmod

This commit is contained in:
Stefan Bühler 2014-02-04 20:15:49 +01:00
parent 23be07f40c
commit c3744763e2
1 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,9 @@ AC_SEARCH_LIBS([inet_addr],[nsl socket])
## freebsd: kvm
AC_SEARCH_LIBS([kvm_open],[kvm])
## math functions
AC_SEARCH_LIBS([fmod],[m])
# Checks for library functions.
AC_CHECK_FUNCS([ \
chroot \