Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 48538 invoked from network); 21 Nov 2005 10:14:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Nov 2005 10:14:30 -0000 Received: (qmail 80419 invoked by uid 500); 21 Nov 2005 10:14:30 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 80374 invoked by uid 500); 21 Nov 2005 10:14:29 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 80363 invoked by uid 99); 21 Nov 2005 10:14:28 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 21 Nov 2005 02:14:28 -0800 Received: (qmail 47878 invoked by uid 65534); 21 Nov 2005 10:14:01 -0000 Message-ID: <20051121101401.47871.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r345887 - /httpd/httpd/branches/2.2.x/STATUS Date: Mon, 21 Nov 2005 10:14:00 -0000 To: cvs@httpd.apache.org From: colm@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: colm Date: Mon Nov 21 02:13:53 2005 New Revision: 345887 URL: http://svn.apache.org/viewcvs?rev=345887&view=rev Log: Remove an erroneous showstopper, generated mostly by trying to replace find_apr.m4. Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=345887&r1=345886&r2=345887&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Mon Nov 21 02:13:53 2005 @@ -58,15 +58,6 @@ RELEASE SHOWSTOPPERS: - * Tarball is currently un-configurable on systems with APR 1.0 or - 1.1 installed as APR_FIND_APR (and _APU) will find this installation - but we will then use APACHE_CHECK_APxVER to insist on APR 1.2. The - only workaround for users is to manually configure and install - apr 1.2, either in a location preceding the existing installation - or over it. However, since /usr is the first path searched this - would probably mean installing over a system-packaged/bundled - APR. - CURRENT VOTES: * httpd-std.conf and friends