fix libnl-genl detection for libnl3

This commit is contained in:
Andreas Schultz 2016-03-14 10:40:11 +01:00
parent 29295d1434
commit e8241b2d3f
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ fi
# Check Netlink library
PKG_CHECK_MODULES(
[LIBNL3],
[libnl-3.0 >= 3.1],
[libnl-3.0 >= 3.1 libnl-genl-3.0 >= 3.1],
[have_libnl3=yes],
[PKG_CHECK_MODULES(
[LIBNL],