From d8ba1cbcfa4b0998d52e8fb2b423ef463c857bf7 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Wed, 14 Nov 2012 18:45:43 +0000 Subject: [PATCH] required by eventopt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1409295 13f79535-47bb-0310-9956-ffa450edef68 --- modules/arch/unix/config5.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/arch/unix/config5.m4 b/modules/arch/unix/config5.m4 index 18d6ecb09a5..0deea6b2776 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 -- 2.47.3