From e4c1e42a169f6f4214ff25be75d6b108ba4f1281 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 28 Jan 2017 21:55:52 +0000 Subject: 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') 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. -- cgit v1.2.1