mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- unbreak mpm-itk-20110321-01 patch
PR: ports/157041 Submitted by: zlopi.ru <zlopi.ru _at gmail.com>
This commit is contained in:
parent
08057ec7e5
commit
26894a3437
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274127
1 changed files with 2 additions and 2 deletions
|
@ -1966,8 +1966,8 @@ unchanged:
|
||||||
AC_MSG_CHECKING(which MPM to use)
|
AC_MSG_CHECKING(which MPM to use)
|
||||||
AC_ARG_WITH(mpm,
|
AC_ARG_WITH(mpm,
|
||||||
APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use.
|
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|winnt}),[
|
||||||
+ MPM={beos|event|worker|prefork|mpmt_os2|itk}),[
|
+ MPM={beos|event|worker|prefork|mpmt_os2|winnt|itk}),[
|
||||||
APACHE_MPM=$withval
|
APACHE_MPM=$withval
|
||||||
],[
|
],[
|
||||||
if test "x$APACHE_MPM" = "x"; then
|
if test "x$APACHE_MPM" = "x"; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue