diff options
author | Jim Jagielski <jim@apache.org> | 2012-11-14 18:45:43 +0000 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2012-11-14 18:45:43 +0000 |
commit | d8ba1cbcfa4b0998d52e8fb2b423ef463c857bf7 (patch) | |
tree | d3ad1f27553f6021d712689cd2a3b06b0b327af3 | |
parent | 3452941de8288c47c1eeacc2a70e5fd0d6f46811 (diff) | |
download | httpd-d8ba1cbcfa4b0998d52e8fb2b423ef463c857bf7.tar.gz |
required by eventopt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1409295 13f79535-47bb-0310-9956-ffa450edef68
-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 |