Author: tabish
Date: Thu Oct 7 23:34:20 2010
New Revision: 1005663
URL: http://svn.apache.org/viewvc?rev=1005663&view=rev
Log:
remove the explicit libuuid and libm linker options.
Modified:
activemq/activemq-cpp/trunk/activemq-c/configure.ac
Modified: activemq/activemq-cpp/trunk/activemq-c/configure.ac
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-c/configure.ac?rev=1005663&r1=1005662&r2=1005663&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-c/configure.ac (original)
+++ activemq/activemq-cpp/trunk/activemq-c/configure.ac Thu Oct 7 23:34:20 2010
@@ -163,7 +163,6 @@ case "${host_os}" in
*linux*) ## Unix configuration
- PLAT_LIBS="-lm -luuid"
;;
esac