summaryrefslogtreecommitdiffstats
path: root/server/mpm/config.m4
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-13 22:23:22 +0100
committerRyan Bloom <rbb@apache.org>2001-02-13 22:23:22 +0100
commit87a25c5f8e0f997b974fdf45d7a8f6594d95b6f1 (patch)
treef79aa2f4b8b35405fa8b9600aec9ba97d9e7914c /server/mpm/config.m4
parentThis is a huge change that gets beos building again. Essentially it (diff)
downloadapache2-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.m42
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