diff options
author | Philip M. Gollucci <pgollucci@apache.org> | 2011-11-10 22:59:07 +0100 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@apache.org> | 2011-11-10 22:59:07 +0100 |
commit | 83b7b317c48b12f6d9dfe4280e86407a5a5dc550 (patch) | |
tree | 790f0817b740a5d4d40c4015d00731849f6b6d8e /buildconf | |
parent | * modules/lua/mod_lua.c (ap_lua_ssl_is_https): New function. (diff) | |
download | apache2-83b7b317c48b12f6d9dfe4280e86407a5a5dc550.tar.xz apache2-83b7b317c48b12f6d9dfe4280e86407a5a5dc550.zip |
hook up srclib/libapreq to the build system
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -161,6 +161,14 @@ if [ "$apr_src_dir" = "srclib/apr" ]; then rm -f srclib/apr/apr.spec fi +apreq_configure="srclib/libapreq" +echo +echo rebuilding $apreq_configure +(cd srclib/libapreq && ./buildconf) || { + echo "./buildconf failed for apreq" + exit 1 +} + apr_src_dir=`cd $apr_src_dir && pwd` if [ $apr_major_version -lt 2 ] ; then |