Commit ea4c5be4 authored by Paul Querna's avatar Paul Querna
Browse files

Bump trunk to require apr-util >=1.3.x, since we already require apr >=1.3.x.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@710001 13f79535-47bb-0310-9956-ffa450edef68
parent 1b3c3529
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -356,8 +356,8 @@ if test "${apr_found}" = "yes"; then
fi

if test "${apu_found}" = "yes"; then
  # Require APR-util 1.2.x otherwise fail
  APACHE_CHECK_APxVER([apu], 1, 2)
  # Require APR-util 1.3.x otherwise fail
  APACHE_CHECK_APxVER([apu], 1, 3)
fi

dnl Check for what we can generate dependency files with