From d0e6af7524e3d102974572f4673538ed51340f9f Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 26 Jun 2016 15:40:45 +0000 Subject: [PATCH] mod_watchdog: Enable at --enable-modules=most for mod_proxy_hcheck Backports: r1749924 Submitted by: wrowe Reviewed by: rpluem, ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750255 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 5 ----- modules/core/config.m4 | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/STATUS b/STATUS index 97b7420b8d..c5ef0b1b61 100644 --- a/STATUS +++ b/STATUS @@ -116,11 +116,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - *) mod_watchdog: Enable at --enable-modules=most for mod_proxy_hcheck - trunk patch: http://svn.apache.org/viewvc?rev=1749924&view=rev - 2.4.x: trunk patch works - +1: wrowe, rpluem, ylavic - PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] diff --git a/modules/core/config.m4 b/modules/core/config.m4 index 8bb39a5cb2..94fb4a1248 100644 --- a/modules/core/config.m4 +++ b/modules/core/config.m4 @@ -45,7 +45,7 @@ fi APACHE_MODULE(so, DSO capability. This module will be automatically enabled unless you build all modules statically., , , $enable_so) -APACHE_MODULE(watchdog, Watchdog module, , , , [ +APACHE_MODULE(watchdog, Watchdog module, , , most, [ APR_CHECK_APR_DEFINE(APR_HAS_THREADS) if test $ac_cv_define_APR_HAS_THREADS = "no"; then AC_MSG_WARN([mod_watchdog requires apr to be built with --enable-threads]) -- 2.40.0