summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-03-11 18:41:14 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-03-11 18:41:14 +0000
commite4898de98d4f5b3060f40fe64a66d54865588275 (patch)
tree1f98a42de8b265989e6eb7022af89d39fcd883d3 /configure.ac
parent256f7e8f3833e443fd7a8058ae86e618d64f16ec (diff)
Only need one lm.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 81baa0c7..74600233 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,9 +125,6 @@ AC_REPLACE_FUNCS([ \
])
AC_FUNC_STRNLEN
-# Look for libm
-AC_SEARCH_LIBS(sqrt, m)
-
# Look for clock_gettime. Must come before event_init.
AC_SEARCH_LIBS(clock_gettime, rt)