PR: 46398 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer) Approved by: old maintainer
13 lines
338 B
Text
13 lines
338 B
Text
--- configure.in.orig Fri Dec 20 03:56:09 2002
|
|
+++ configure.in Fri Dec 20 03:56:32 2002
|
|
@@ -81,8 +81,8 @@
|
|
|
|
dnl verify apr version and set apr flags
|
|
changequote(<<, >>)
|
|
-APR_VER_REGEX="0\.9\.[2-9]"
|
|
-APU_VER_REGEX="0\.9\.[2-9]"
|
|
+APR_VER_REGEX="0\.9\.[1-9]"
|
|
+APU_VER_REGEX="0\.9\.[1-9]"
|
|
changequote([, ])
|
|
|
|
SVN_LIB_APR($APR_VER_REGEX)
|