Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 13556 invoked from network); 13 Dec 2008 18:31:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2008 18:31:37 -0000 Received: (qmail 79317 invoked by uid 500); 13 Dec 2008 18:31:43 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 79257 invoked by uid 500); 13 Dec 2008 18:31:42 -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 79245 invoked by uid 99); 13 Dec 2008 18:31:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Dec 2008 10:31:42 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jim@jagunet.com designates 209.133.199.10 as permitted sender) Received: from [209.133.199.10] (HELO jimsys.jaguNET.com) (209.133.199.10) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Dec 2008 18:31:22 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by jimsys.jaguNET.com (Postfix) with ESMTP id 53F554C8EAB3 for ; Sat, 13 Dec 2008 13:31:01 -0500 (EST) Message-Id: From: Jim Jagielski To: dev@httpd.apache.org In-Reply-To: <4943D69F.4080007@apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: svn commit: r726068 - /httpd/httpd/trunk/modules/proxy/Makefile.in Date: Sat, 13 Dec 2008 13:31:01 -0500 References: <20081212163116.107CF23888A4@eris.apache.org> <4942E166.40908@apache.org> <4942E653.3000809@apache.org> <4942E998.8030500@apache.org> <4943D69F.4080007@apache.org> X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org On Dec 13, 2008, at 10:37 AM, Ruediger Pluem wrote: >> >> Ummm... I'm not seeing that at all... where is $enable_proxy being >> cleared in configure? > > The line > > enable_proxy=`echo $enable_proxy|sed 's/shared,*//'` > > above clears it as $enable_proxy == shared (at least in my > environment). > Ahh... I see. Yeah, it's due to the diffs between how you and I config/build.