From: William A. Rowe Jr Date: Thu, 23 Jun 2016 16:05:00 +0000 (+0000) Subject: With correct and now-multiple dependency checking, drop this redundant test X-Git-Tag: 2.5.0-alpha~1475 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fe47c42b417805c282e31e5a6799cbb1c7a931f;p=thirdparty%2Fapache%2Fhttpd.git With correct and now-multiple dependency checking, drop this redundant test git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749933 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index 6dca798aa90..808e255f600 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -68,14 +68,7 @@ APACHE_MODULE(serf, [Reverse proxy module using Serf], , , no, [ ]) APACHE_MODULE(proxy_express, mass reverse-proxy module. Requires --enable-proxy., , , $proxy_mods_enable,, proxy) -APACHE_MODULE(proxy_hcheck, [reverse-proxy health-check module. Requires --enable-proxy and --enable-watchdog.], , ,[ - $proxy_mods_enable - dnl Verify that both proxy_mods_enable above and watchdog below are enabled - dnl when --enable-proxy-hcheck isn't explicitly elected - if test "$enable_watchdog" = "no"; then - enable_proxy_hcheck=""; - fi -], , [proxy,watchdog]) +APACHE_MODULE(proxy_hcheck, [reverse-proxy health-check module. Requires --enable-proxy and --enable-watchdog.], , , $proxy_mods_enable,, [proxy,watchdog]) APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])