mandate the working version of APR (1.3.0-dev or later).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582069
13f79535-47bb-0310-9956-
ffa450edef68
# Ensure that satisfactory versions of apr and apr-util are
# found if external copies are configured.
if test "${apr_found}" = "yes"; then
- # Require APR 1.2.x otherwise fail
- APACHE_CHECK_APxVER([apr], 1, 2)
+ # Require APR 1.3.x otherwise fail
+ APACHE_CHECK_APxVER([apr], 1, 3)
fi
if test "${apu_found}" = "yes"; then