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 116F7431FC0 for ; Fri, 9 May 2014 22:34:52 -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 T9G4VORaVHsl for ; Fri, 9 May 2014 22:34:48 -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 84EDC431FBC for ; Fri, 9 May 2014 22:34:48 -0700 (PDT) Received: from coyotlan.atelo.org (ovo.atelo.org [192.168.1.7]); by mail.atelo.org (OpenSMTPD) with ESMTP id d3c89030; Sat, 10 May 2014 05:34:15 +0000 (UTC) Received: from localhost (1001@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id 68714757; Fri, 9 May 2014 22:34:41 -0700 (PDT) User-Agent: OpenSMTPD enqueuer (Demoostik) From: =?UTF-8?q?X=C4=ABc=C3=B2?= To: notmuch@notmuchmail.org Subject: [PATCH] Fallback check for zlib Date: Fri, 9 May 2014 22:33:42 -0700 Message-Id: <1399700023-8041-1-git-send-email-xico@atelo.org> X-Mailer: git-send-email 1.9.2 In-Reply-To: <874n0y5qo5.fsf@maritornes.cs.unb.ca> References: <874n0y5qo5.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Tomi Ollila 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 05:34:52 -0000 Added the fallback check for zlib. Tested on FreeBSD stable/10. C test checks for major zlib compatibility (see zlib doc/examples). Xīcò (1): Fallback check for zlib. compat/have_zlib.c | 6 ++++++ configure | 21 ++++++++++++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 compat/have_zlib.c -- 1.9.2