From cvs-return-30368-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Fri Jun 06 21:45:35 2008 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 78169 invoked from network); 6 Jun 2008 21:45:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2008 21:45:35 -0000 Received: (qmail 15290 invoked by uid 500); 6 Jun 2008 21:45:35 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 15211 invoked by uid 500); 6 Jun 2008 21:45:35 -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 15186 invoked by uid 99); 6 Jun 2008 21:45:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 14:45:35 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 21:44:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 157082388A06; Fri, 6 Jun 2008 14:45:10 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r664143 - /httpd/httpd/trunk/modules/cache/config.m4 Date: Fri, 06 Jun 2008 21:45:10 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080606214510.157082388A06@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Fri Jun 6 14:45:09 2008 New Revision: 664143 URL: http://svn.apache.org/viewvc?rev=664143&view=rev Log: mod_mem_cache consumes mod_cache, linking this in two modules is an error. Modified: httpd/httpd/trunk/modules/cache/config.m4 Modified: httpd/httpd/trunk/modules/cache/config.m4 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/config.m4?rev=664143&r1=664142&r2=664143&view=diff ============================================================================== --- httpd/httpd/trunk/modules/cache/config.m4 (original) +++ httpd/httpd/trunk/modules/cache/config.m4 Fri Jun 6 14:45:09 2008 @@ -18,7 +18,6 @@ cache_cache.lo dnl cache_pqueue.lo dnl cache_hash.lo dnl -cache_util.lo dnl " APACHE_MODULE(cache, dynamic file caching, $cache_objs, , most) APACHE_MODULE(disk_cache, disk caching module, , , most)