summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-01-28 21:55:52 +0000
committerGuy Harris <guy@alum.mit.edu>2017-01-28 21:55:59 +0000
commite4c1e42a169f6f4214ff25be75d6b108ba4f1281 (patch)
tree4b17501d7e3458a7195292a1ebb46e839112ea2c /configure.ac
parentaaac50cfde090f4c7e71472ae8bf8e8ea67a1d44 (diff)
downloadwireshark-e4c1e42a169f6f4214ff25be75d6b108ba4f1281.tar.gz
Revert "Check whether we need -lm for fmod."
This reverts commit aaac50cfde090f4c7e71472ae8bf8e8ea67a1d44. Not clear that this is the problem. Change-Id: I5a0547eb4fda1a1ac7a6548c75ba6bc5e4b82d61 Reviewed-on: https://code.wireshark.org/review/19830 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac546421d5..95d3b6808f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,7 +235,6 @@ 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.