summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-23 13:35:02 +0100
committerThomas Haller <thaller@redhat.com>2017-03-23 19:06:02 +0100
commit0fefcbfb2d6352c2b2c02fdf767d1f63ccc79ee5 (patch)
tree26910058ee99f04907ca1170329cbf8411a8f69a /configure.ac
parent25654cfa31b62d5ea02b165f720811c52afe4d1f (diff)
downloadNetworkManager-0fefcbfb2d6352c2b2c02fdf767d1f63ccc79ee5.tar.gz
build: don't link against libm.so
There are very few places where we actually use floating point or #include <math.h>. Drop that library, although we very likely still get it as indirect dependency (e.g. on my system it is still dragged in by libsystemd.so, libudev.so and libnl-3.so).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index a85ab2544e..b91df9c5a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -275,11 +275,6 @@ else
fi
dnl
-dnl Checks for libm - needed for pow()
-dnl
-LT_LIB_M
-
-dnl
dnl Checks for libdl - on certain platforms its part of libc
dnl
AC_SEARCH_LIBS([dlopen], [dl dld], [], [ac_cv_search_dlopen=])