Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 81542 invoked from network); 5 Aug 2009 08:41:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Aug 2009 08:41:26 -0000 Received: (qmail 40846 invoked by uid 500); 5 Aug 2009 08:41:33 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 40745 invoked by uid 500); 5 Aug 2009 08:41:33 -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 40733 invoked by uid 99); 5 Aug 2009 08:41:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 08:41:33 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 05 Aug 2009 08:41:31 +0000 Received: (qmail 81513 invoked by uid 2161); 5 Aug 2009 08:41:04 -0000 Received: from [192.168.2.4] (euler.heimnetz.de [192.168.2.4]) by cerberus.heimnetz.de (Postfix on SuSE Linux 7.0 (i386)) with ESMTP id E7FC91721C for ; Wed, 5 Aug 2009 10:41:00 +0200 (CEST) Message-ID: <4A7945C3.8030601@apache.org> Date: Wed, 05 Aug 2009 10:41:39 +0200 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090606 SeaMonkey/1.1.17 MIME-Version: 1.0 To: dev@apr.apache.org Subject: Re: svn commit: r799085 - /apr/apr/trunk/apr-config.in References: <20090729212945.7A6682388897@eris.apache.org> In-Reply-To: <20090729212945.7A6682388897@eris.apache.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 07/29/2009 11:29 PM, wrowe@apache.org wrote: > Author: wrowe > Date: Wed Jul 29 21:29:42 2009 > New Revision: 799085 > > URL: http://svn.apache.org/viewvc?rev=799085&view=rev > Log: > Drop incomplete abstrations from apr-2.0; for today, simply omit the ability > to inspect ldap linkage binding. > > apr_ldap either needs to be refactored as a proper abstration or dropped from > the apr 'suite' of portability abstractions, as previously discussed on list. > This commit might encourge some forward progress to accomplishing this. > > Note there is nothing wrong with abstracting our build/autogunk m4 macros > to the point where authors can borrow the logic when they want an apr-ish > method of picking one of many interfaces. > > Modified: > apr/apr/trunk/apr-config.in This breaks compilation of httpd trunk with apr trunk if you want to compile the httpd ldap modules. Regards RĂ¼diger