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 2012/11/26 21:10:18 UTC

svn commit: r1413811 - /activemq/activemq-cpp/trunk/activemq-cpp/configure.ac

Author: tabish
Date: Mon Nov 26 20:10:17 2012
New Revision: 1413811

URL: http://svn.apache.org/viewvc?rev=1413811&view=rev
Log:
fix for: https://issues.apache.org/jira/browse/AMQCPP-443

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/configure.ac

Modified: activemq/activemq-cpp/trunk/activemq-cpp/configure.ac
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/configure.ac?rev=1413811&r1=1413810&r2=1413811&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/configure.ac (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/configure.ac Mon Nov 26 20:10:17 2012
@@ -213,7 +213,7 @@ case "${host_os}" in
 
     if ! test "$GCC" = "yes"; then
        # Assuming aCC Compiler unknown yet if any additional settings are needed.
-       PLAT_CXXFLAGS="-Wc,-ansi_for_scope,on"
+       PLAT_CXXFLAGS="-AA"
     fi
     ;;