Author: tabish
Date: Wed Oct 20 14:26:35 2010
New Revision: 1025598
URL: http://svn.apache.org/viewvc?rev=1025598&view=rev
Log:
remove the explicit libuuid and libm linker options.
Modified:
activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/configure.ac
Modified:
activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/configure.ac
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/configure.ac?rev=1025598&r1=1025597&r2=1025598&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/configure.ac
(original)
+++ activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/configure.ac
Wed Oct 20 14:26:35 2010
@@ -197,7 +197,6 @@ case "${host_os}" in
*linux*) ## Unix configuration
- PLAT_LIBS="-lm -luuid"
;;
esac