On 06/17/2016 04:52 PM, Jens Schleusener wrote: > On Fri, 17 Jun 2016, Ruediger Pluem wrote: > >> I guess the following should fix this: >> >> Index: modules/proxy/config.m4 >> =================================================================== >> --- modules/proxy/config.m4 (revision 1748670) >> +++ modules/proxy/config.m4 (working copy) >> @@ -13,6 +13,9 @@ >> if test "$proxy_mods_enable" = "no"; then >> enable_proxy_hcheck=no >> fi >> +if test -z "$enable_proxy_hcheck" ; then >> + enable_proxy_hcheck="$proxy_mods_enable" >> +fi >> >> proxy_objs="mod_proxy.lo proxy_util.lo" >> APACHE_MODULE(proxy, Apache proxy module, $proxy_objs, , $proxy_mods_enable) >> >> >> >> Of course you need to run buildconf before your next configure call to >> regenerate configure which >> requires you to have Python, autoconf and libtool installed in suitable >> versions. >> >> Regards >> >> Rüdiger > > Thanks Rüdiger, that works for me.
Thanks for testing. Committed to trunk as r1748888. Regards Rüdiger