From 54526ee6ecb8bf775557a5afe1b42520ae5f3817 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sat, 30 Sep 2023 01:35:48 +0200 Subject: build: Bump dependency on libnftnl Recently added support for broute table emulation requires libnftnl version 1.2.6. Fixes: 73611d5582e72 ("ebtables-nft: add broute table emulation") Signed-off-by: Phil Sutter --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 488c01eb..b6247ce7 100644 --- a/configure.ac +++ b/configure.ac @@ -134,7 +134,7 @@ if test "x$enable_nftables" = "xyes"; then exit 1 fi - PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.1.6], [nftables=1], [nftables=0]) + PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.2.6], [nftables=1], [nftables=0]) if test "$nftables" = 0; then -- cgit v1.2.3