From dev-return-22221-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue Sep 01 17:49:18 2009 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 62432 invoked from network); 1 Sep 2009 17:49:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Sep 2009 17:49:18 -0000 Received: (qmail 38214 invoked by uid 500); 1 Sep 2009 17:49:17 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 38134 invoked by uid 500); 1 Sep 2009 17:49:17 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 38121 invoked by uid 99); 1 Sep 2009 17:49:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 17:49:16 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.95] (HELO smtpauth04.prod.mesa1.secureserver.net) (64.202.165.95) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 01 Sep 2009 17:49:07 +0000 Received: (qmail 20631 invoked from network); 1 Sep 2009 17:48:44 -0000 Received: from unknown (76.252.112.72) by smtpauth04.prod.mesa1.secureserver.net (64.202.165.95) with ESMTP; 01 Sep 2009 17:48:43 -0000 Message-ID: <4A9D5E58.5030909@rowe-clan.net> Date: Tue, 01 Sep 2009 12:48:08 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Jim Jagielski CC: dev@apr.apache.org, commits@apr.apache.org Subject: Re: svn commit: r809745 - /apr/apr/trunk/configure.in References: <20090831211325.11D4D23888D2@eris.apache.org> <4A9C4132.6070904@rowe-clan.net> <58A48BE9-0A64-425A-9357-96C9E351164A@jaguNET.com> In-Reply-To: <58A48BE9-0A64-425A-9357-96C9E351164A@jaguNET.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jim Jagielski wrote: > > On Aug 31, 2009, at 5:31 PM, William A. Rowe, Jr. wrote: > >> jim@apache.org wrote: >>> + # Per OS tuning... >>> + case $host in >>> + *apple-darwin10.0.0) >> >> Won't that test be broken in a month or two? >> > > Not sure... it could only be needed for 10.0.0. > As version comes out, we can better tune as needed. In all likelihood, it will be no better in 10.0.1, but since we've bandaged this to the specific subversion, all users building to mac will bump into this, over and over, as apple and asf releases race back and forth. Presuming the issue would be fixed by darwin 11 makes some sense, but could you please adjust to be more tolerant for our users, following the same pattern as other APR hacks and hints?