From 58534ea246b79934aed34328299831ce81a34c96 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 2 Sep 2004 17:29:13 +0000 Subject: [PATCH] * configure.in: Only build against APR 1.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104936 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 2b4e701520..95d387b6f6 100644 --- a/configure.in +++ b/configure.in @@ -61,7 +61,7 @@ orig_prefix="$prefix" echo $ac_n "${nl}Configuring Apache Portable Runtime library ...${nl}" -APR_FIND_APR("$srcdir/srclib/apr", "./srclib/apr", 1) +APR_FIND_APR("$srcdir/srclib/apr", "./srclib/apr", 1, 1) if test "$apr_found" = "no"; then AC_MSG_ERROR([APR not found. Please read the documentation.]) @@ -89,7 +89,7 @@ APR_CONFIG="$APR_BINDIR/apr-`echo ${APR_VERSION} | sed 's,\..*,,'`-config" echo $ac_n "${nl}Configuring Apache Portable Runtime Utility library...${nl}" -APR_FIND_APU("$srcdir/srclib/apr-util", "./srclib/apr-util", 1) +APR_FIND_APU("$srcdir/srclib/apr-util", "./srclib/apr-util", 1, 1) if test "$apu_found" = "no"; then AC_MSG_ERROR([APR-util not found. Please read the documentation.]) -- 2.50.1