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
;;