build: no longer link against libnl-route-3 library
authorThomas Haller <thaller@redhat.com>
Mon, 26 Oct 2015 16:31:31 +0000 (17:31 +0100)
committerThomas Haller <thaller@redhat.com>
Mon, 2 Nov 2015 12:57:02 +0000 (13:57 +0100)
configure.ac

index 45c5602..c8e7913 100644 (file)
@@ -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)