]> granicus.if.org Git - php/commitdiff
sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threaded MPMs...
authorLars Strojny <lstrojny@php.net>
Sun, 9 Mar 2008 12:37:05 +0000 (12:37 +0000)
committerLars Strojny <lstrojny@php.net>
Sun, 9 Mar 2008 12:37:05 +0000 (12:37 +0000)
sapi/apache2filter/config.m4
sapi/apache2handler/config.m4

index 4f765663466373ea53cf364b8a989f92695f6964..201b868aca06fad02edf2bbaa85b817d01345801 100644 (file)
@@ -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)
index f639ca918581f7b65bbbc35b8bd0c18de6d7f3a8..b414b3f23f3cba8c042b5c7b8610d0348988c511 100644 (file)
@@ -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)