summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 95d3b6808f..ac546421d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,6 +235,7 @@ AC_SYS_LARGEFILE
# Check if we need to link with libm
#
AC_SEARCH_LIBS([cos], [m])
+AC_SEARCH_LIBS([fmod], [m])
#
# Check for C99 math functions.