diff options
author | Philip M. Gollucci <pgollucci@apache.org> | 2011-11-11 03:18:48 +0100 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@apache.org> | 2011-11-11 03:18:48 +0100 |
commit | 02d93987f17a9e298733d244c55ffd5885c21af8 (patch) | |
tree | 9f4bdc2b87171c4b80d137312ba873debaaa0926 /buildconf | |
parent | use a sub-pool for scope_once (diff) | |
download | apache2-02d93987f17a9e298733d244c55ffd5885c21af8.tar.xz apache2-02d93987f17a9e298733d244c55ffd5885c21af8.zip |
disable libapreq stuff until it works generically
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200695 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -163,13 +163,13 @@ fi apr_src_dir=`cd $apr_src_dir && pwd` -apreq_configure="srclib/libapreq" -echo -echo rebuilding $apreq_configure -(cd srclib/libapreq && ./buildconf --with-apr="$apr_src_dir") || { - echo "./buildconf failed for apreq" - exit 1 -} +#apreq_configure="srclib/libapreq" +#echo +#echo rebuilding $apreq_configure +#(cd srclib/libapreq && ./buildconf --with-apr="$apr_src_dir") || { +# echo "./buildconf failed for apreq" +# exit 1 +#} if [ $apr_major_version -lt 2 ] ; then if [ "$apu_src_dir" = "srclib/apr-util" ]; then |