diff options
author | Jim Jagielski <jim@apache.org> | 2015-03-05 19:56:05 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2015-03-05 19:56:05 +0100 |
commit | a0274a45d0e7b55c29f06024fce701e23353ae9c (patch) | |
tree | cc528b854ca8af4c1f8cc2e744a270f45ddce36d /modules/arch | |
parent | Move statics (diff) | |
download | apache2-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.m4 | 2 |
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 |