mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 16:00:07 +01:00
build: Check for tokenized identifier support in libnl-route-3
This commit is contained in:
parent
24e7ea7860
commit
b47d55b500
1 changed files with 7 additions and 0 deletions
|
|
@ -438,6 +438,13 @@ else
|
|||
AC_DEFINE(HAVE_KERNEL_INET6_ADDR_GEN_MODE, 0, [Define if the kernel has IN6_ADDR_GEN_MODE_*])
|
||||
fi
|
||||
|
||||
# IPv6 tokenized identifiers support in libnl
|
||||
AC_CHECK_LIB([nl-route-3], [rtnl_link_inet6_get_token],
|
||||
ac_have_ipv6_token="1",
|
||||
ac_have_ipv6_token="0")
|
||||
AC_DEFINE_UNQUOTED(HAVE_LIBNL_INET6_TOKEN,
|
||||
$ac_have_ipv6_token, [Define if libnl has rtnl_link_inet6_get_token()])
|
||||
|
||||
# uuid library
|
||||
PKG_CHECK_MODULES(UUID, uuid)
|
||||
AC_SUBST(UUID_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue