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 2010/05/18 17:05:58 UTC

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

Author: tabish
Date: Tue May 18 15:05:58 2010
New Revision: 945688

URL: http://svn.apache.org/viewvc?rev=945688&view=rev
Log:
Update autotools scripts to allow for APR versions in the 1.4.x line.

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

Modified: activemq/activemq-cpp/trunk/activemq-cpp/m4/apr_tools.m4
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/m4/apr_tools.m4?rev=945688&r1=945687&r2=945688&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/m4/apr_tools.m4 (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/m4/apr_tools.m4 Tue May 18 15:05:58 2010
@@ -40,7 +40,7 @@ AC_DEFUN([DECAF_CONFIGURE_APR],
     DECAF_DOWNLOAD_APU
   fi
 
-  APR_VER_REGEXES=["1\.3\.[0-9] 1\.3\.1[0-9] "]
+  APR_VER_REGEXES=["1\.[3-4]\.[0-9] 1\.[3-4]\.1[0-9] "]
   APU_VER_REGEXES=["1\.3\.[0-9] 1\.3\.1[0-9] "]
 
   dnl check APR version number against regex