You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2016/03/17 16:54:56 UTC

activemq-cpp git commit: https://issues.apache.org/jira/browse/AMQCPP-594

Repository: activemq-cpp
Updated Branches:
  refs/heads/master 6870af49a -> 2fd3b5372


https://issues.apache.org/jira/browse/AMQCPP-594

Remove forced stlport4 in configure, user can configure their build as
appropriate for their given env. 

Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/2fd3b537
Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/2fd3b537
Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/2fd3b537

Branch: refs/heads/master
Commit: 2fd3b53728e8b9498fafa19e48128be553e3f3b9
Parents: 6870af4
Author: Timothy Bish <ta...@gmail.com>
Authored: Thu Mar 17 11:53:40 2016 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Thu Mar 17 11:53:40 2016 -0400

----------------------------------------------------------------------
 activemq-cpp/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/2fd3b537/activemq-cpp/configure.ac
----------------------------------------------------------------------
diff --git a/activemq-cpp/configure.ac b/activemq-cpp/configure.ac
index 98f3bd4..07700bc 100644
--- a/activemq-cpp/configure.ac
+++ b/activemq-cpp/configure.ac
@@ -197,7 +197,7 @@ case "${host_os}" in
     if ! test "$GCC" = "yes"; then
        # Assuming Sun Compiler and adding in optimization
        # because autoconf can't seem to figure it out.
-       PLAT_CXXFLAGS="-mt -w -O5 -library=stlport4"
+       PLAT_CXXFLAGS="-mt -w -O5"
     fi
     ;;