Author: bhavani
Date: Wed Feb  1 03:31:56 2012
New Revision: 1238925

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

Modified:
    uima/uimacpp/trunk/configure

Modified: uima/uimacpp/trunk/configure
URL: 
http://svn.apache.org/viewvc/uima/uimacpp/trunk/configure?rev=1238925&r1=1238924&r2=1238925&view=diff
==============================================================================
--- uima/uimacpp/trunk/configure (original)
+++ uima/uimacpp/trunk/configure Wed Feb  1 03:31:56 2012
@@ -20786,7 +20786,7 @@ echo "$as_me: error: no suitable APR fou
 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]"
 
 { echo "$as_me:$LINENO: checking APR version" >&5
 echo $ECHO_N "checking APR version... $ECHO_C" >&6; }


Reply via email to