You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/06/23 15:33:33 UTC

svn commit: r1749923 - /httpd/httpd/branches/2.4.x/modules/core/config.m4

Author: wrowe
Date: Thu Jun 23 15:33:33 2016
New Revision: 1749923

URL: http://svn.apache.org/viewvc?rev=1749923&view=rev
Log:
Revert modules/core/config.m4 from r1749922, 2.4.x branch back to r1749919

Modified:
    httpd/httpd/branches/2.4.x/modules/core/config.m4

Modified: httpd/httpd/branches/2.4.x/modules/core/config.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/core/config.m4?rev=1749923&r1=1749922&r2=1749923&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/core/config.m4 (original)
+++ httpd/httpd/branches/2.4.x/modules/core/config.m4 Thu Jun 23 15:33:33 2016
@@ -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, , , most, [
+APACHE_MODULE(watchdog, Watchdog module, , , , [
     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])