Return-Path: Delivered-To: apmail-incubator-qpid-commits-archive@locus.apache.org Received: (qmail 14813 invoked from network); 12 Jul 2007 11:53:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2007 11:53:42 -0000 Received: (qmail 50402 invoked by uid 500); 12 Jul 2007 11:53:44 -0000 Delivered-To: apmail-incubator-qpid-commits-archive@incubator.apache.org Received: (qmail 50381 invoked by uid 500); 12 Jul 2007 11:53:44 -0000 Mailing-List: contact qpid-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-dev@incubator.apache.org Delivered-To: mailing list qpid-commits@incubator.apache.org Received: (qmail 50372 invoked by uid 99); 12 Jul 2007 11:53:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 04:53:44 -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; Thu, 12 Jul 2007 04:53:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 88DF61A981A; Thu, 12 Jul 2007 04:53:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r555602 - /incubator/qpid/trunk/qpid/cpp/configure.ac Date: Thu, 12 Jul 2007 11:53:20 -0000 To: qpid-commits@incubator.apache.org From: aconway@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070712115320.88DF61A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: aconway Date: Thu Jul 12 04:53:19 2007 New Revision: 555602 URL: http://svn.apache.org/viewvc?view=rev&rev=555602 Log: Add missing space in CPPFLAGS=-DCLUSTER Modified: incubator/qpid/trunk/qpid/cpp/configure.ac Modified: incubator/qpid/trunk/qpid/cpp/configure.ac URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/configure.ac?view=diff&rev=555602&r1=555601&r2=555602 ============================================================================== --- incubator/qpid/trunk/qpid/cpp/configure.ac (original) +++ incubator/qpid/trunk/qpid/cpp/configure.ac Thu Jul 12 04:53:19 2007 @@ -172,7 +172,7 @@ AC_CHECK_HEADER([openais/cpg.h],[cpg_h=yes],[cpg_h=no]) if test x$libcpg = xyes -a x$cpg_h = xyes; then AM_CONDITIONAL([CLUSTER], true) - CPPFLAGS+=-DCLUSTER + CPPFLAGS+=" -DCLUSTER" else AM_CONDITIONAL([CLUSTER], false) LDFLAGS=$LDFLAGS_save