]> granicus.if.org Git - apache/commit
Cause missing mod_watchdog to 'unset' the --enable-proxy default, rather than
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 22 Jun 2016 13:00:45 +0000 (13:00 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 22 Jun 2016 13:00:45 +0000 (13:00 +0000)
commit96a86d64744bb4eb9ab1d4db7213b15d9105466e
treec2f90f41e20c4e0f86a0aac83df01843a0efba02
parent9444fc4cfa8f800fd7b2980182af8c3c7c1d9097
Cause missing mod_watchdog to 'unset' the --enable-proxy default, rather than
disable the module. This forces the module logic to emit a warning of the
missing dependency; changes the output from

checking whether to enable mod_proxy_hcheck... no

to

configure: WARNING: "mod_watchdog is disabled but required for mod_proxy_hcheck"
checking whether to enable mod_proxy_hcheck... no (disabled)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749678 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/config.m4