From: Philip M. Gollucci Date: Thu, 10 Nov 2011 22:09:44 +0000 (+0000) Subject: have libapreq install honor the top level layout options X-Git-Tag: 2.5.0-alpha~7945 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afeaa44829cdb89e86aaae14be45b45e795e0e9a;p=thirdparty%2Fapache%2Fhttpd.git have libapreq install honor the top level layout options git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200594 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 8ba10bbb2c0..437e6812e95 100644 --- a/configure.in +++ b/configure.in @@ -120,7 +120,7 @@ apr_major_version=`echo ${APR_VERSION} | sed 's,\..*,,'` APR_CONFIG="$APR_BINDIR/apr-${apr_major_version}-config" echo $ac_n "${nl}Configuring Apache Request Library...${nl}" -APR_SUBDIR_CONFIG(srclib/libapreq, [--with-apr=../apr/apr-2-config]) +APR_SUBDIR_CONFIG(srclib/libapreq, [--with-apr=../apr/apr-2-config --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir]) echo $ac_n "${nl}Configuring Apache Portable Runtime Utility library...${nl}"