Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B81066E8 for ; Tue, 2 Aug 2011 11:00:56 +0000 (UTC) Received: (qmail 92753 invoked by uid 500); 2 Aug 2011 11:00:54 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 92336 invoked by uid 500); 2 Aug 2011 11:00:45 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 92320 invoked by uid 99); 2 Aug 2011 11:00:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2011 11:00:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 209.85.160.173 as permitted sender) Received: from [209.85.160.173] (HELO mail-gy0-f173.google.com) (209.85.160.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2011 11:00:34 +0000 Received: by gyg8 with SMTP id 8so5698705gyg.18 for ; Tue, 02 Aug 2011 04:00:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7gYb5VD+EPvBaVTbLfZFOBjECEdhAr11rAE/Hve4RtY=; b=ENnJdC6Ga6sGHLcEiurcegU7yfv2IEqFgGhediTBgywsCBKVs6t07S7/coB6WyVB4j MnoE8YgbpY1ok/fcrg2HXYo1OZcxQeVdDqWJy64H5HyvxMHTy6DQqRRxO7snvxszzH1z FUQ8e8s1fz+5RTVeUIXgAW5SkrM2hrgSTAQ6s= MIME-Version: 1.0 Received: by 10.143.34.3 with SMTP id m3mr3936807wfj.140.1312282813710; Tue, 02 Aug 2011 04:00:13 -0700 (PDT) Received: by 10.143.39.21 with HTTP; Tue, 2 Aug 2011 04:00:13 -0700 (PDT) In-Reply-To: <4E37A524.30502@kippdata.de> References: <4E37A524.30502@kippdata.de> Date: Tue, 2 Aug 2011 07:00:13 -0400 Message-ID: Subject: Re: help from autoconf savvy folks -- mod_deflate zlib detection? From: Eric Covener To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org > Line 48 is surrounded by > > if test "x$ap_zlib_base" = "x"; then > > and ap_zlib_base ist set when using --with-z. So in this case the > automatic detection part should be skipped. > > What problem do you actually observe? Can't get it to misbehave at all this morning, even in a new scratch directory, with the old config.nice! I recall the message being the auto-detection failure to find a zlib, and went away when I copied ap_zlib_base to ap_cv_zlib in the $with processing. Still no idea what was happening, but I guess I was fooled by the apparent behavior and the whitespace in the generated configure.