mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 22:50:28 +01:00
build: no longer link against libnl-genl-3 library
This commit is contained in:
parent
98c37fed43
commit
7e2710fcd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 libnl-genl-3.0)
|
||||
PKG_CHECK_MODULES(LIBNL, libnl-3.0 >= 3.2.8 libnl-route-3.0)
|
||||
|
||||
AC_CHECK_LIB([nl-route-3], [rtnl_link_inet6_get_addr_gen_mode],
|
||||
ac_have_addr_gen_mode="1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue