summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2009-01-03 18:10:37 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2009-01-03 18:10:37 +0000
commit435fc5675524c789fd81d58efa7297e3b540dd3a (patch)
treeb7518c02c5c0afad0e1e9fed4a8f7682148fe095
parented5e89d63d84fcbb9fb615f7d7aa6a5b8c48fe02 (diff)
downloadlibapr-util-435fc5675524c789fd81d58efa7297e3b540dd3a.tar.gz
require apr 2 - might want to review other libs (expat 2.0 baseline, anyone?)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731059 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/apu-conf.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apu-conf.m4 b/build/apu-conf.m4
index f000b4f8..74c07237 100644
--- a/build/apu-conf.m4
+++ b/build/apu-conf.m4
@@ -25,7 +25,7 @@ dnl
AC_DEFUN([APU_FIND_APR], [
dnl use the find_apr.m4 script to locate APR. sets apr_found and apr_config
- APR_FIND_APR(,,,[1])
+ APR_FIND_APR(,,,[2])
if test "$apr_found" = "no"; then
AC_MSG_ERROR(APR could not be located. Please use the --with-apr option.)
fi