From 7e63d1eb67076ddac98e3d1cf2d6e596654cac27 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Sun, 9 Mar 2008 12:37:05 +0000 Subject: [PATCH] sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threaded MPMs (thanks Hannes) --- sapi/apache2filter/config.m4 | 2 +- sapi/apache2handler/config.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index 4f76566346..201b868aca 100644 --- a/sapi/apache2filter/config.m4 +++ b/sapi/apache2filter/config.m4 @@ -118,7 +118,7 @@ if test "$PHP_APXS2FILTER" != "no"; then ;; esac - if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then + if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser"; then PHP_BUILD_THREAD_SAFE fi AC_MSG_RESULT(yes) diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index f639ca9185..b414b3f23f 100644 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -117,7 +117,7 @@ if test "$PHP_APXS2" != "no"; then ;; esac - if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then + if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser"; then PHP_BUILD_THREAD_SAFE fi AC_MSG_RESULT(yes) -- 2.50.1