Author: tabish
Date: Mon Mar 9 13:49:31 2009
New Revision: 751680
URL: http://svn.apache.org/viewvc?rev=751680&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-225
Modified:
activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac
Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac?rev=751680&r1=751679&r2=751680&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac (original)
+++ activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac Mon Mar 9
13:49:31 2009
@@ -145,8 +145,7 @@
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
;;