From 5aea845c62a9dc509e906f3fe9f1f0cd9168eae9 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Sat, 3 Jan 2009 19:52:34 +0000 Subject: [PATCH] vi broke event ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731073 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 58bb9e9111..7013e7f7b6 100644 --- a/modules/arch/unix/config5.m4 +++ b/modules/arch/unix/config5.m4 @@ -3,7 +3,7 @@ APACHE_MODPATH_INIT(arch/unix) if test "$APACHE_MPM" = "simple" -o "$APACHE_MPM" = "worker" \ - -o i"$APACHE_MPM" = "event" -o "$APACHE_MPM" = "prefork" ; then + -o "$APACHE_MPM" = "event" -o "$APACHE_MPM" = "prefork" ; then unixd_mods_enable=yes else unixd_mods_enable=no -- 2.50.1