If enable_proxy_hcheck is unset handle it like other proxy modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1749501 13f79535-47bb-0310-9956-
ffa450edef68
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)