Commit 2dc82b98 authored by Philip M. Gollucci's avatar Philip M. Gollucci
Browse files

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
parent 3d44f677
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}"