diff options
author | Joe Orton <jorton@apache.org> | 2011-11-11 04:01:33 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2011-11-11 04:01:33 +0100 |
commit | 80765aa7fe900a47486b57204e94f5fda3fa99ad (patch) | |
tree | b9e06fe0cd72c50d051380f78ce24dced3986a83 /buildconf | |
parent | Formatting, no functional change. (diff) | |
download | apache2-80765aa7fe900a47486b57204e94f5fda3fa99ad.tar.xz apache2-80765aa7fe900a47486b57204e94f5fda3fa99ad.zip |
A stab at libapreq build integration, still disabled by default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200715 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -163,14 +163,6 @@ 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 -#} - if [ $apr_major_version -lt 2 ] ; then if [ "$apu_src_dir" = "srclib/apr-util" ]; then echo rebuilding $aprutil_configure |