Hmmm... why did git miss this?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664456 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2015-03-05 18:56:05 +00:00
parent e45efc0e3c
commit a0274a45d0

View File

@ -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