From: Jim Jagielski Date: Thu, 5 Mar 2015 18:56:05 +0000 (+0000) Subject: Hmmm... why did git miss this? X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecd9a880c70364a510363af967620e97cfb18df7;p=thirdparty%2Fapache%2Fhttpd.git Hmmm... why did git miss this? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664456 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/arch/unix/config5.m4 b/modules/arch/unix/config5.m4 index e6c154ba1fe..62b229748be 100644 --- a/modules/arch/unix/config5.m4 +++ b/modules/arch/unix/config5.m4 @@ -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