Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 2086 invoked from network); 12 Jul 2007 02:21:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2007 02:21:15 -0000 Received: (qmail 94445 invoked by uid 500); 12 Jul 2007 02:21:18 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 94245 invoked by uid 500); 12 Jul 2007 02:21:17 -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 94234 invoked by uid 99); 12 Jul 2007 02:21:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2007 19:21:17 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2007 19:21:14 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 5C1F51A981A; Wed, 11 Jul 2007 19:20:54 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r555463 - /httpd/httpd/trunk/modules/ssl/config.m4 Date: Thu, 12 Jul 2007 02:20:54 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070712022054.5C1F51A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pquerna Date: Wed Jul 11 19:20:53 2007 New Revision: 555463 URL: http://svn.apache.org/viewvc?view=rev&rev=555463 Log: Remove unneeded -I in apr_memcache test, since _INCLUDES already includes them on the paths Modified: httpd/httpd/trunk/modules/ssl/config.m4 Modified: httpd/httpd/trunk/modules/ssl/config.m4 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/config.m4?view=diff&rev=555463&r1=555462&r2=555463 ============================================================================== --- httpd/httpd/trunk/modules/ssl/config.m4 (original) +++ httpd/httpd/trunk/modules/ssl/config.m4 Wed Jul 11 19:20:53 2007 @@ -117,7 +117,7 @@ fi if test "$ap_ssltk_mc" = "yes"; then save_cpp=$CPPFLAGS - CPPFLAGS="$CPPFLAGS -I$APR_INCLUDES -I$APU_INCLUDES" + CPPFLAGS="$CPPFLAGS $APR_INCLUDES $APU_INCLUDES" AC_CHECK_HEADER( [apr_memcache.h], [],