On Sat, Apr 09, 2016 at 10:46:40AM +0200, Giuseppe Longo wrote: > >> @@ -128,6 +128,13 @@ if test "x$enable_nftables" = "xyes"; then > >> > >> PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.0.5], [nftables=1], [nftables=0]) > >> > >> + if test "$nftables" = 0; > >> + then > >> + echo "*** Error: No suitable libnftnl found. ***" > >> + echo " Please install the 'libnftnl' package." > > > > I'm going to take this patch, but mangle it to include this information too: > > > > echo " Or consider --disable-nftables to skip " > > echo " iptables-compat over nftables support." > > > > I can send a v2 of this patch with these changes. > I think a similar patch is needed for libmnl because > there is a same issue. Fine with me, I'd appreciate if you send a v2. Thanks! -- 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