From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id BCFF16DE137E for ; Sat, 23 May 2015 11:35:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.287 X-Spam-Level: X-Spam-Status: No, score=0.287 tagged_above=-999 required=5 tests=[AWL=0.287] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AtrAq5JW_7bP for ; Sat, 23 May 2015 11:35:19 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 78C766DE132D for ; Sat, 23 May 2015 11:35:19 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1YwEFW-0002Pg-Hp; Sat, 23 May 2015 18:34:18 +0000 Received: (nullmailer pid 14086 invoked by uid 1000); Sat, 23 May 2015 18:33:40 -0000 From: David Bremner To: Tomi Ollila Subject: Re: [PATCH] configure: Add sanity checking for environment variables In-Reply-To: <1432115106-15806-1-git-send-email-david@tethera.net> References: <1432115106-15806-1-git-send-email-david@tethera.net> User-Agent: Notmuch/0.20~rc1 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Sat, 23 May 2015 20:33:40 +0200 Message-ID: <87k2vzrvnf.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2015 18:35:23 -0000 David Bremner writes: > Passing in environment variables incompatible with the compiler may > cause other parts of the configure script to fail in hard to > understand ways, so we abort early. > --- > Gah, I left out the one line I actually wanted feedback on. pushed to master, amended s/ minimal.c/ minimal.c/