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"
;;