]> 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:35:56 +0000 (12:35 +0000)
committerLars Strojny <lstrojny@php.net>
Sun, 9 Mar 2008 12:35:56 +0000 (12:35 +0000)
sapi/apache2filter/config.m4
sapi/apache2handler/config.m4

index e4c7de2063d026f3c5f924362458d031f32c46e7..b10720a18aa73bb32520891c9352fc05d1e7945c 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 95217908fd075517e2b95c9cd8b6d160d9d91bfc..72c6383b37d3ef5d46a2100ad4473e7aef7a1fc7 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)