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 2008/11/18 20:07:13 UTC

svn commit: r718685 - /activemq/activemq-cpp/trunk/m4/apr_tools.m4

Author: tabish
Date: Tue Nov 18 11:07:13 2008
New Revision: 718685

URL: http://svn.apache.org/viewvc?rev=718685&view=rev
Log:
Updated for the 2.2.2 release

Modified:
    activemq/activemq-cpp/trunk/m4/apr_tools.m4

Modified: activemq/activemq-cpp/trunk/m4/apr_tools.m4
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/m4/apr_tools.m4?rev=718685&r1=718684&r2=718685&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/m4/apr_tools.m4 (original)
+++ activemq/activemq-cpp/trunk/m4/apr_tools.m4 Tue Nov 18 11:07:13 2008
@@ -27,8 +27,8 @@
 AC_DEFUN([DECAF_CONFIGURE_APR],
 [
   AC_MSG_NOTICE([Apache Portable Runtime (APR) library configuration])
-  APR_FIND_APR([], [], 1, [0 1])
-  APR_FIND_APU([], [], 1, [0 1])
+  APR_FIND_APR([], [], 1, [1])
+  APR_FIND_APU([], [], 1, [1])
 
   if test $apr_found = "no"; then
     AC_MSG_WARN([APR not found])