From: Joe Orton Date: Thu, 2 Sep 2004 17:29:13 +0000 (+0000) Subject: * configure.in: Only build against APR 1.x. X-Git-Tag: 2.1.1~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58534ea246b79934aed34328299831ce81a34c96;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/configure.in b/configure.in index 2b4e7015208..95d387b6f62 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.])