From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nft PATCH] build: remove unnecessary libintl.h check Date: Fri, 10 Oct 2014 13:37:32 +0200 Message-ID: <20141010113732.GA21256@salvia> References: <1412938901-6124-1-git-send-email-cyrus@openwrt.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Steven Barth Return-path: Received: from mail.us.es ([193.147.175.20]:37432 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752614AbaJJLgP (ORCPT ); Fri, 10 Oct 2014 07:36:15 -0400 Content-Disposition: inline In-Reply-To: <1412938901-6124-1-git-send-email-cyrus@openwrt.org> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Oct 10, 2014 at 01:01:41PM +0200, Steven Barth wrote: > configure.ac checks for libintl.h which is not used and > may cause unnecessary trouble with e.g. embedded toolchains. > > The only reference to libintl.h can be found in parser.c > as generated by bison however an include does not happen > as parser.h defines YYENABLE_NLS to be 0. Applied, thanks.