]> granicus.if.org Git - apache/commitdiff
* configure.in: Only build against APR 1.x.
authorJoe Orton <jorton@apache.org>
Thu, 2 Sep 2004 17:29:13 +0000 (17:29 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 2 Sep 2004 17:29:13 +0000 (17:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104936 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 2b4e7015208103d07ad33882bfac8c2265e17f95..95d387b6f6260f4f86add082c8c185893fb06d85 100644 (file)
@@ -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.])