diff options
author | Jim Jagielski <jim@apache.org> | 2012-11-14 19:45:43 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2012-11-14 19:45:43 +0100 |
commit | d8ba1cbcfa4b0998d52e8fb2b423ef463c857bf7 (patch) | |
tree | d3ad1f27553f6021d712689cd2a3b06b0b327af3 /modules/arch | |
parent | no longer needed (diff) | |
download | apache2-d8ba1cbcfa4b0998d52e8fb2b423ef463c857bf7.tar.xz apache2-d8ba1cbcfa4b0998d52e8fb2b423ef463c857bf7.zip |
required by eventopt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1409295 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/arch')
-rw-r--r-- | modules/arch/unix/config5.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/arch/unix/config5.m4 b/modules/arch/unix/config5.m4 index 18d6ecb09a..0deea6b277 100644 --- a/modules/arch/unix/config5.m4 +++ b/modules/arch/unix/config5.m4 @@ -4,6 +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 "prefork"; then unixd_mods_enable=yes else |