summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@apache.org>2011-11-10 22:09:44 +0000
committerPhilip M. Gollucci <pgollucci@apache.org>2011-11-10 22:09:44 +0000
commitafeaa44829cdb89e86aaae14be45b45e795e0e9a (patch)
tree01118acf3a3182792e7e641e53d1fec8c3658e40 /configure.in
parent83b7b317c48b12f6d9dfe4280e86407a5a5dc550 (diff)
downloadhttpd-afeaa44829cdb89e86aaae14be45b45e795e0e9a.tar.gz
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8ba10bbb2c..437e6812e9 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}"