]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
With correct and now-multiple dependency checking, drop this redundant test
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Jun 2016 16:05:00 +0000 (16:05 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Jun 2016 16:05:00 +0000 (16:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749933 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/config.m4

index 6dca798aa90d0412bb516f71251623c74223095d..808e255f600867fa44d4b413d6fb81eef3190c11 100644 (file)
@@ -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])