From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Bursztyka Subject: Re: [HEADS UP] libnftables renamed to libnftnl Date: Mon, 20 Jan 2014 16:11:35 +0200 Message-ID: <52DD2E97.6080905@linux.intel.com> References: <20140120121935.GA2794@localhost> <52DD2997.4040506@linux.intel.com> <20140120135250.GA5495@macbook.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Pablo Neira Ayuso , netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org To: Patrick McHardy Return-path: Received: from mga02.intel.com ([134.134.136.20]:29565 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751627AbaATOLj (ORCPT ); Mon, 20 Jan 2014 09:11:39 -0500 In-Reply-To: <20140120135250.GA5495@macbook.localnet> Sender: netfilter-devel-owner@vger.kernel.org List-ID: 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