Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 68354 invoked from network); 9 Sep 2009 19:45:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Sep 2009 19:45:31 -0000 Received: (qmail 69024 invoked by uid 500); 9 Sep 2009 19:45:31 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 68965 invoked by uid 500); 9 Sep 2009 19:45:31 -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 68956 invoked by uid 99); 9 Sep 2009 19:45:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 19:45:31 +0000 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; Wed, 09 Sep 2009 19:45:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BC4E0238889D; Wed, 9 Sep 2009 19:44:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r813090 - /activemq/activemq-cpp/trunk/activemq-cpp/configure.ac Date: Wed, 09 Sep 2009 19:44:59 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090909194459.BC4E0238889D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Wed Sep 9 19:44:59 2009 New Revision: 813090 URL: http://svn.apache.org/viewvc?rev=813090&view=rev Log: Add threads check on darwin Modified: activemq/activemq-cpp/trunk/activemq-cpp/configure.ac Modified: activemq/activemq-cpp/trunk/activemq-cpp/configure.ac URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/configure.ac?rev=813090&r1=813089&r2=813090&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/configure.ac (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/configure.ac Wed Sep 9 19:44:59 2009 @@ -136,6 +136,8 @@ case "${host_os}" in *darwin* ) ## Mac OS X configuration + + DECAF_CHECK_PTHREADS() PLAT_CXXFLAGS="-ansi -pedantic" ;;