Author: tabish
Date: Mon Mar 9 13:50:30 2009
New Revision: 751681
URL: http://svn.apache.org/viewvc?rev=751681&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-225
Modified:
activemq/activemq-cpp/trunk/configure.ac
Modified: activemq/activemq-cpp/trunk/configure.ac
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/configure.ac?rev=751681&r1=751680&r2=751681&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/configure.ac (original)
+++ activemq/activemq-cpp/trunk/configure.ac Mon Mar 9 13:50:30 2009
@@ -145,15 +145,14 @@
else
# Assuming Sun Compiler and adding in optimization
# because autoconf can't seem to figure it out.
- PLAT_CXXFLAGS="-mt -w -O5"
- PLAT_LIBS+="-library=stlport4"
+ PLAT_CXXFLAGS="-mt -w -O5 -library=stlport4"
fi
;;
*) ## Unix configuration
AC_CHECK_LIB(pthread, pthread_create,[have_pthread="yes"],
- AC_MSG_ERROR([libpthread not found!]))
+ AC_MSG_ERROR([libpthread not found!]))
PLAT_CXXFLAGS="-ansi -pedantic"
PLAT_LIBS="-lm -lpthread -luuid"