From bebe010bb1dac016e6d7f3e9b573116b531c3ed1 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 12 Nov 2011 20:13:41 +0000 Subject: [PATCH] Fix if statement git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201317 13f79535-47bb-0310-9956-ffa450edef68 --- modules/arch/unix/config5.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/arch/unix/config5.m4 b/modules/arch/unix/config5.m4 index 1bf73dd581..77027a8584 100644 --- a/modules/arch/unix/config5.m4 +++ b/modules/arch/unix/config5.m4 @@ -1,7 +1,7 @@ APACHE_MODPATH_INIT(arch/unix) -if || ap_mpm_is_enabled "worker" \ +if ap_mpm_is_enabled "worker" \ || ap_mpm_is_enabled "event" \ || ap_mpm_is_enabled "prefork"; then unixd_mods_enable=yes -- 2.40.0