Author: tabish
Date: Sat Jul 21 09:42:56 2007
New Revision: 558344

URL: http://svn.apache.org/viewvc?view=rev&rev=558344
Log:
http://issues.apache.org/activemq/browse/AMQCPP-103

fixing up activemqcpp-config install

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

Modified: activemq/activemq-cpp/trunk/src/decaf/configure.ac
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/configure.ac?view=diff&rev=558344&r1=558343&r2=558344
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/configure.ac (original)
+++ activemq/activemq-cpp/trunk/src/decaf/configure.ac Sat Jul 21 09:42:56 2007
@@ -131,7 +131,7 @@
 ## Flags for building the test applications.
 AC_SUBST([DECAF_TEST_CXXFLAGS])
 AC_SUBST([DECAF_TEST_LIBS])
-DECAF_TEST_CXXFLAGS="PLAT_CXXFLAGS -Wno-non-virtual-dtor -Wno-unused-parameter 
-Wno-uninitialized"
+DECAF_TEST_CXXFLAGS="$PLAT_CXXFLAGS -Wno-non-virtual-dtor 
-Wno-unused-parameter -Wno-uninitialized"
 DECAF_TEST_LIBS="../main/libdecaf.la"
 
 # Check to see if the compiler supports the visibility flags.


Reply via email to