diff options
author | Philip M. Gollucci <pgollucci@apache.org> | 2011-11-10 23:09:44 +0100 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@apache.org> | 2011-11-10 23:09:44 +0100 |
commit | afeaa44829cdb89e86aaae14be45b45e795e0e9a (patch) | |
tree | 01118acf3a3182792e7e641e53d1fec8c3658e40 /configure.in | |
parent | hook up srclib/libapreq to the build system (diff) | |
download | apache2-afeaa44829cdb89e86aaae14be45b45e795e0e9a.tar.xz apache2-afeaa44829cdb89e86aaae14be45b45e795e0e9a.zip |
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.in | 2 |
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}" |