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 640E0431FC0 for ; Sat, 10 May 2014 15:01:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 aahBU22bWK8C for ; Sat, 10 May 2014 15:01:42 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 81CCC431FBF for ; Sat, 10 May 2014 15:01:42 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id A68111000E5; Sun, 11 May 2014 01:01:34 +0300 (EEST) From: Tomi Ollila To: Felipe Contreras , =?utf-8?B?WMSrY8Oy?= , notmuch@notmuchmail.org Subject: RE: [PATCH 1/2] configure: add a fallback check for zlib In-Reply-To: <536e965c9415e_300d7772fc9@nysa.notmuch> References: <1399753646-3026-1-git-send-email-xico@atelo.org> <536e965c9415e_300d7772fc9@nysa.notmuch> User-Agent: Notmuch/0.18+11~gbc95cc5 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 22:01:47 -0000 On Sun, May 11 2014, Felipe Contreras wrote: > X=C4=ABc=C3=B2 wrote: >> Since zlib is part of the base system, FreeBSD chose not to register it >> in pkg-config through zlib.pc. As a fallback test, configure will build >> and run a zlib version check and make sure the header and library >> versions are compatible. > > We could try to generate our on zlib.pc, this way the configure script > would be cleaner. But for that we'd need to figure out the version, and is there simpler robust way to do that some other way ? X=C4=ABc=C3=B2: zv4=3D2 instead of zv4=3D1 (1.2.5.2) > --=20 > Felipe Contreras Tomi