Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 43048 invoked from network); 22 Jul 2007 21:01:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2007 21:01:48 -0000 Received: (qmail 71585 invoked by uid 500); 22 Jul 2007 21:01:49 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 71533 invoked by uid 500); 22 Jul 2007 21:01:49 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 71524 invoked by uid 99); 22 Jul 2007 21:01:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2007 14:01:49 -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; Sun, 22 Jul 2007 14:01:47 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 5BC891A981A; Sun, 22 Jul 2007 14:01:27 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r558550 - /activemq/activemq-cpp/trunk/src/decaf/m4/apr_tools.m4 Date: Sun, 22 Jul 2007 21:01:26 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070722210127.5BC891A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Sun Jul 22 14:01:23 2007 New Revision: 558550 URL: http://svn.apache.org/viewvc?view=rev&rev=558550 Log: http://issues.apache.org/activemq/browse/AMQCPP-103 fixing up activemqcpp-config install Modified: activemq/activemq-cpp/trunk/src/decaf/m4/apr_tools.m4 Modified: activemq/activemq-cpp/trunk/src/decaf/m4/apr_tools.m4 URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/m4/apr_tools.m4?view=diff&rev=558550&r1=558549&r2=558550 ============================================================================== --- activemq/activemq-cpp/trunk/src/decaf/m4/apr_tools.m4 (original) +++ activemq/activemq-cpp/trunk/src/decaf/m4/apr_tools.m4 Sun Jul 22 14:01:23 2007 @@ -42,12 +42,12 @@ dnl Get build information from APR - CPPFLAGS="$CPPFLAGS `$apr_config --cppflags`" + CPPFLAGS="$CPPFLAGS `$apr_config --cppflags --includes`" if test $? -ne 0; then AC_MSG_ERROR([apr-config --cppflags failed]) fi - CFLAGS="$CFLAGS `$apr_config --cflags`" + CFLAGS="$CFLAGS `$apr_config --cflags --includes`" if test $? -ne 0; then AC_MSG_ERROR([apr-config --cflags failed]) fi