Revert "Check whether we need -lm for fmod."

This reverts commit aaac50cfde.

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>
This commit is contained in:
Guy Harris 2017-01-28 21:55:52 +00:00
parent aaac50cfde
commit e4c1e42a16
1 changed files with 0 additions and 1 deletions

View File

@ -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.