summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-10-26 17:31:31 +0100
committerThomas Haller <thaller@redhat.com>2015-11-02 13:57:02 +0100
commitb4cf41f9e7fe0e3b49ce80017d867a6eab46c30c (patch)
tree20973e0a413e3ea4f025f0001cbaa382e7b8b9f4 /configure.ac
parent9ecdba316cf89612f3441aad16b99edc01c24e0d (diff)
downloadNetworkManager-b4cf41f9e7fe0e3b49ce80017d867a6eab46c30c.tar.gz
build: no longer link against libnl-route-3 library
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 45c560268c..c8e7913a48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -526,7 +526,7 @@ fi
AC_SUBST(NM_CONFIG_DEFAULT_LOGGING_AUDIT_TEXT)
# libnl support for the linux platform
-PKG_CHECK_MODULES(LIBNL, libnl-3.0 >= 3.2.8 libnl-route-3.0)
+PKG_CHECK_MODULES(LIBNL, libnl-3.0 >= 3.2.8)
# uuid library
PKG_CHECK_MODULES(UUID, uuid)