You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2015/03/05 19:56:05 UTC

svn commit: r1664456 - /httpd/httpd/trunk/modules/arch/unix/config5.m4

Author: jim
Date: Thu Mar  5 18:56:05 2015
New Revision: 1664456

URL: http://svn.apache.org/r1664456
Log:
Hmmm... why did git miss this?

Modified:
    httpd/httpd/trunk/modules/arch/unix/config5.m4

Modified: httpd/httpd/trunk/modules/arch/unix/config5.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/arch/unix/config5.m4?rev=1664456&r1=1664455&r2=1664456&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/arch/unix/config5.m4 (original)
+++ httpd/httpd/trunk/modules/arch/unix/config5.m4 Thu Mar  5 18:56:05 2015
@@ -4,7 +4,7 @@ APACHE_MODPATH_INIT(arch/unix)
 if ap_mpm_is_enabled "simple" \
    || ap_mpm_is_enabled "worker" \
    || ap_mpm_is_enabled "event" \
-   || ap_mpm_is_enabled "eventopt" \
+   || ap_mpm_is_enabled "motorz" \
    || ap_mpm_is_enabled "prefork"; then
     unixd_mods_enable=yes
 else