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