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/08/07 21:10:17 UTC

svn commit: r1370435 - /activemq/activemq-cpp/trunk/activemq-cpp/activemqcpp-config.in

Author: tabish
Date: Tue Aug  7 19:10:17 2012
New Revision: 1370435

URL: http://svn.apache.org/viewvc?rev=1370435&view=rev
Log:
apply patch for: https://issues.apache.org/jira/browse/AMQCPP-419

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/activemqcpp-config.in

Modified: activemq/activemq-cpp/trunk/activemq-cpp/activemqcpp-config.in
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/activemqcpp-config.in?rev=1370435&r1=1370434&r2=1370435&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/activemqcpp-config.in (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/activemqcpp-config.in Tue Aug  7 19:10:17 2012
@@ -105,11 +105,11 @@ if test "$echo_exec_prefix" = "yes"; the
 fi
 
 if test "$echo_cflags" = "yes"; then
-    echo -I$includedir/@ACTIVEMQ_LIBRARY_NAME@-@ACTIVEMQ_API_VERSION@
+    echo -I$includedir/@ACTIVEMQ_LIBRARY_NAME@-@ACTIVEMQ_API_VERSION@ @APR_INCLUDES@ @APR_CPPFLAGS@
 fi
 
 if test "$echo_includes" = "yes"; then
-    echo -I$includedir/@ACTIVEMQ_LIBRARY_NAME@-@ACTIVEMQ_API_VERSION@
+    echo -I$includedir/@ACTIVEMQ_LIBRARY_NAME@-@ACTIVEMQ_API_VERSION@ @APR_INCLUDES@
 fi
 
 if test "$echo_libs" = "yes"; then