[autotools] search math lib m for fmod
This commit is contained in:
parent
23be07f40c
commit
c3744763e2
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue