]> granicus.if.org Git - apache/commitdiff
have libapreq install honor the top level layout options
authorPhilip M. Gollucci <pgollucci@apache.org>
Thu, 10 Nov 2011 22:09:44 +0000 (22:09 +0000)
committerPhilip M. Gollucci <pgollucci@apache.org>
Thu, 10 Nov 2011 22:09:44 +0000 (22:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200594 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 8ba10bbb2c05972a192bbfac570958668bebc6ca..437e6812e9568a5e7a2f5c41c4718e6b41d0a7a3 100644 (file)
@@ -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}"