From: Rainer Jung Date: Sat, 3 Jan 2009 19:52:34 +0000 (+0000) Subject: vi broke event ;) X-Git-Tag: 2.3.2~230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aea845c62a9dc509e906f3fe9f1f0cd9168eae9;p=apache vi broke event ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731073 13f79535-47bb-0310-9956-ffa450edef68 --- 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