summaryrefslogtreecommitdiffstats
path: root/modules/arch
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2015-03-05 19:56:05 +0100
committerJim Jagielski <jim@apache.org>2015-03-05 19:56:05 +0100
commita0274a45d0e7b55c29f06024fce701e23353ae9c (patch)
treecc528b854ca8af4c1f8cc2e744a270f45ddce36d /modules/arch
parentMove statics (diff)
downloadapache2-a0274a45d0e7b55c29f06024fce701e23353ae9c.tar.xz
apache2-a0274a45d0e7b55c29f06024fce701e23353ae9c.zip
Hmmm... why did git miss this?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664456 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/arch')
-rw-r--r--modules/arch/unix/config5.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arch/unix/config5.m4 b/modules/arch/unix/config5.m4
index e6c154ba1f..62b229748b 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