Author: tabish
Date: Mon Nov  5 16:34:59 2007
New Revision: 592204

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

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

Modified: activemq/activemq-cpp/decaf/trunk/decaf-config.in
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/decaf-config.in?rev=592204&r1=592203&r2=592204&view=diff
==============================================================================
--- activemq/activemq-cpp/decaf/trunk/decaf-config.in (original)
+++ activemq/activemq-cpp/decaf/trunk/decaf-config.in Mon Nov  5 16:34:59 2007
@@ -109,9 +109,7 @@
 fi
 
 if test "$echo_includes" = "yes"; then
-      if test "$includedir" != "/usr/include" ; then
-            my_include_flags="-I$includedir"
-      fi
+      my_include_flags="-I$includedir/@[EMAIL PROTECTED]@DECAF_API_VERSION@"
       echo "${my_include_flags} $APR_INCLUDES $APU_INCLUDES"
 fi
 
@@ -121,7 +119,7 @@
 
 if test "$echo_libs" = "yes"; then
       if test @libdir@ != /usr/lib ; then
-            my_libs_flags="[EMAIL PROTECTED]@"
+            my_libs_flags="[EMAIL PROTECTED]@/@[EMAIL 
PROTECTED]@DECAF_API_VERSION@"
       fi
       echo "${my_libs_flags} -ldecaf $APR_LIBS $APU_LIBS"
 fi


Reply via email to