Did we miss this build breakage fix in 2.4.22?

On Fri, Jun 17, 2016 at 1:29 PM, <rpl...@apache.org> wrote:

> Author: rpluem
> Date: Fri Jun 17 18:29:16 2016
> New Revision: 1748888
>
> URL: http://svn.apache.org/viewvc?rev=1748888&view=rev
> Log:
> * If enable_proxy_hcheck is unset handle it like other proxy modules
>
> Modified:
>     httpd/httpd/trunk/modules/proxy/config.m4
>
> Modified: httpd/httpd/trunk/modules/proxy/config.m4
> URL:
> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/config.m4?rev=1748888&r1=1748887&r2=1748888&view=diff
>
> ==============================================================================
> --- httpd/httpd/trunk/modules/proxy/config.m4 (original)
> +++ httpd/httpd/trunk/modules/proxy/config.m4 Fri Jun 17 18:29:16 2016
> @@ -13,6 +13,10 @@ fi
>  if test "$proxy_mods_enable" = "no"; then
>    enable_proxy_hcheck=no
>  fi
> +dnl If enable_proxy_hcheck is unset handle it like other proxy modules
> +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)
>
>
>

Reply via email to