You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bh...@apache.org on 2012/01/31 16:59:17 UTC

svn commit: r1238681 - /uima/uimacpp/trunk/configure.ac

Author: bhavani
Date: Tue Jan 31 15:59:17 2012
New Revision: 1238681

URL: http://svn.apache.org/viewvc?rev=1238681&view=rev
Log:
UIMA-2362 added APR 1.4.x to acceptable versions

Modified:
    uima/uimacpp/trunk/configure.ac

Modified: uima/uimacpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/uima/uimacpp/trunk/configure.ac?rev=1238681&r1=1238680&r2=1238681&view=diff
==============================================================================
--- uima/uimacpp/trunk/configure.ac (original)
+++ uima/uimacpp/trunk/configure.ac Tue Jan 31 15:59:17 2012
@@ -119,7 +119,7 @@ if test $apr_found = "no"; then
 fi
 
 # check APR version number agains regex
-APR_VER_REGEXES=["1\.3\.[0-9] 1\.3\.1[0-9] "]
+APR_VER_REGEXES=["1\.3\.[0-9] 1\.3\.1[0-9] 1\.4\.[0-9]"]
 
 AC_MSG_CHECKING([APR version])
 apr_version="`$apr_config --version`"