Hi Patrick,
(and nftables too btw).
Crap, indeed, seems the change to configure.ac was not complete:
AC_CHECK_LIB([nftables], [nft_rule_alloc], ,
AC_MSG_ERROR([No suitable version of libnftnl found]))
Since libnftnl provides a package-config file, it could use
PKG_CHECK_MODULES(),
it would ease things in case of requesting a specific version.
Tomasz
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html