diff options
author | Jeff Trawick <trawick@apache.org> | 2009-03-26 22:22:33 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-03-26 22:22:33 +0000 |
commit | 6ff862b04087b2dd61227e10466a5089560e6521 (patch) | |
tree | 63b327d4c99e35f0544e48da9744349904796e4f | |
parent | 6c50a14923d6752ebf4ace623686ec34e5ad57e2 (diff) | |
download | httpd-6ff862b04087b2dd61227e10466a5089560e6521.tar.gz |
finish removing BeOS MPM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758889 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | server/mpm/config.m4 | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 3bfef5106c..5d227352fb 100644 --- a/configure.in +++ b/configure.in @@ -274,7 +274,6 @@ case $host in APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1]) ;; *-beos*) - APR_SETVAR(APACHE_MPM, [beos]) APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1]) ;; *os2-emx*) diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index e90984e22c..664eff057f 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, APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use. - MPM={simple|beos|event|worker|prefork|mpmt_os2|winnt} + MPM={simple|event|worker|prefork|mpmt_os2|winnt} Specify "shared" instead of an MPM name to load MPMs dynamically. ),[ APACHE_MPM=$withval |