Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 0019C431FBF for ; Fri, 9 May 2014 18:53:49 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 tests=[UNPARSEABLE_RELAY=0.001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Zwjmt+hQDA3J for ; Fri, 9 May 2014 18:53:45 -0700 (PDT) Received: from mail.atelo.org (atelo.org [192.95.27.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 26140431FBC for ; Fri, 9 May 2014 18:53:45 -0700 (PDT) Received: from coyotlan.atelo.org (ovo.atelo.org [192.168.1.7]); by mail.atelo.org (OpenSMTPD) with ESMTP id 3abba7a5; Sat, 10 May 2014 01:53:12 +0000 (UTC) Received: from localhost (1001@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id 18e618b8; Fri, 9 May 2014 18:53:38 -0700 (PDT) Date: Fri, 9 May 2014 18:53:38 -0700 From: =?utf-8?B?WMSrY8Oy?= To: David Bremner Subject: Re: pkg-config zlib check in 3c13bc Message-ID: <20140510015338.GA1080@coyotlan.atelo.org> References: <20140506194025.GA17097@coyotlan.Tlalpan> <87lhucv5b8.fsf@maritornes.cs.unb.ca> <87a9aq5ulz.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a9aq5ulz.fsf@maritornes.cs.unb.ca> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Tomi Ollila , notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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, 10 May 2014 01:53:50 -0000 On Sat, May 10, 2014 at 09:46:00AM +0900, David Bremner wrote: > > int main(void) > > { > > return(ZLIB_VERNUM >= 0x1252); > > } > > OK, that sounds like it could work. Ideally, somebody on FreeBSD could > check... > > d Such check will work on FreeBSD, and would be great! As a side note, is there any rationale for the hand-made configure? Not that I am a big fan of autoconf/cmake/whatever either...