- unbreak mpm-itk-20110321-01 patch

PR:		ports/157041
Submitted by:	zlopi.ru <zlopi.ru _at gmail.com>
This commit is contained in:
Olli Hauer 2011-05-14 21:53:21 +00:00
parent 08057ec7e5
commit 26894a3437
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274127

View file

@ -1966,8 +1966,8 @@ unchanged:
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={beos|event|worker|prefork|mpmt_os2}),[
+ MPM={beos|event|worker|prefork|mpmt_os2|itk}),[
- MPM={beos|event|worker|prefork|mpmt_os2|winnt}),[
+ MPM={beos|event|worker|prefork|mpmt_os2|winnt|itk}),[
APACHE_MPM=$withval
],[
if test "x$APACHE_MPM" = "x"; then