From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [HEADS UP] libnftables renamed to libnftnl Date: Mon, 20 Jan 2014 13:52:51 +0000 Message-ID: <20140120135250.GA5495@macbook.localnet> References: <20140120121935.GA2794@localhost> <52DD2997.4040506@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Pablo Neira Ayuso , netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org To: Tomasz Bursztyka Return-path: Received: from stinky.trash.net ([213.144.137.162]:62062 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752599AbaATNw5 (ORCPT ); Mon, 20 Jan 2014 08:52:57 -0500 Content-Disposition: inline In-Reply-To: <52DD2997.4040506@linux.intel.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Mon, Jan 20, 2014 at 03:50:15PM +0200, Tomasz Bursztyka wrote: > Hi Pablo, > > Thus we have to adapt iptables to look for libnfnl headers instead > of libnftables? > (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]))