From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: none Date: Wed, 12 Feb 2014 21:30:53 +0100 Message-ID: <87wqh0xede.fsf@gnu.org> References: <52FAA177.4030701@totakura.in> <1392218132-13440-1-git-send-email-sreeharsha@totakura.in> <87r478z10y.fsf@gnu.org> <20140212192538.GA4340@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDgSU-00078C-6d for guix-devel@gnu.org; Wed, 12 Feb 2014 15:31:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDgSN-000314-Jf for guix-devel@gnu.org; Wed, 12 Feb 2014 15:31:02 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:43876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDgSN-00030z-Ca for guix-devel@gnu.org; Wed, 12 Feb 2014 15:30:55 -0500 In-Reply-To: <20140212192538.GA4340@debian> (Andreas Enge's message of "Wed, 12 Feb 2014 20:25:38 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > On Wed, Feb 12, 2014 at 06:36:13PM +0100, Ludovic Court=C3=A8s wrote: >> It would be nice if GNUnet=E2=80=99s =E2=80=98configure=E2=80=99 script = would check whether >> gnurl has HTTPS support. > > Concurred. Or maybe make pkg-config a mandatory input and stop when it > is not found. Ever so often I see a package that states "feature xyz > not available", when in reality it means "pkg-config not available". I think this is largely because the official PKG_CHECK_MODULES Autoconf macro doesn=E2=80=99t fail by default when pkg-config is not found (which m= ay or may not be a good idea, depending on the package.) Ludo=E2=80=99.