Commit d4e7fb15 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4

file.
Submitted by:	Cliff Woolley <cliffwoolley@yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88147 13f79535-47bb-0310-9956-ffa450edef68
parent d8ef729a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,7 @@
      (-) mod_example ...... Apache API demonstration (developers only)

     MPMs
          mpmt_pthread ..... Mutli-process(dynamic) Multi-threaded(static) 
          mpmt_pthread ..... Multi-process(dynamic) Multi-threaded(static) 
                             Unix MPM
          prefork .......... Preforking Unix MPM
          perchild ......... Multi-process(static) Multi-threaded(dynamic)
+1 −1
Original line number Diff line number Diff line
AC_MSG_CHECKING(which MPM to use)
AC_ARG_WITH(mpm,
[  --with-mpm=MPM          Choose the process model for Apache to use.
               MPM={mpmt_beos,mpmt_pthread,prefork,spmt_os2,perchild}],[
               MPM={beos,mpmt_pthread,prefork,spmt_os2,perchild}],[
  APACHE_MPM=$withval
],[
  if test "x$APACHE_MPM" = "x"; then