aboutsummaryrefslogtreecommitdiff
path: root/lang/php53/files/patch-sapi_apache2filter_config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php53/files/patch-sapi_apache2filter_config.m4')
-rw-r--r--lang/php53/files/patch-sapi_apache2filter_config.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php53/files/patch-sapi_apache2filter_config.m4 b/lang/php53/files/patch-sapi_apache2filter_config.m4
deleted file mode 100644
index 48a46efa6796..000000000000
--- a/lang/php53/files/patch-sapi_apache2filter_config.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- sapi/apache2filter/config.m4.orig 2010-07-26 13:06:55.000000000 +0200
-+++ sapi/apache2filter/config.m4 2010-07-26 13:07:19.000000000 +0200
-@@ -118,7 +118,7 @@
- ;;
- esac
-
-- if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser"; then
-+ if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then
- PHP_BUILD_THREAD_SAFE
- fi
- AC_MSG_RESULT(yes)