diff options
author | Ryan Bloom <rbb@apache.org> | 2001-02-13 22:23:22 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-02-13 22:23:22 +0100 |
commit | 87a25c5f8e0f997b974fdf45d7a8f6594d95b6f1 (patch) | |
tree | f79aa2f4b8b35405fa8b9600aec9ba97d9e7914c /server/mpm/config.m4 | |
parent | This is a huge change that gets beos building again. Essentially it (diff) | |
download | apache2-87a25c5f8e0f997b974fdf45d7a8f6594d95b6f1.tar.xz apache2-87a25c5f8e0f997b974fdf45d7a8f6594d95b6f1.zip |
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
Diffstat (limited to '')
-rw-r--r-- | server/mpm/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index 0e51dae488..8e1c290269 100644 --- a/server/mpm/config.m4 +++ b/server/mpm/config.m4 @@ -1,7 +1,7 @@ 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 |