Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A520188C7 for ; Thu, 17 Mar 2016 15:54:56 +0000 (UTC) Received: (qmail 20702 invoked by uid 500); 17 Mar 2016 15:54:56 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 20662 invoked by uid 500); 17 Mar 2016 15:54:56 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 20653 invoked by uid 99); 17 Mar 2016 15:54:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Mar 2016 15:54:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 556B7DFA42; Thu, 17 Mar 2016 15:54:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tabish@apache.org To: commits@activemq.apache.org Message-Id: <14856672049a4568bb0b57412ee44763@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: activemq-cpp git commit: https://issues.apache.org/jira/browse/AMQCPP-594 Date: Thu, 17 Mar 2016 15:54:56 +0000 (UTC) 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 Authored: Thu Mar 17 11:53:40 2016 -0400 Committer: Timothy Bish 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 ;;