summarylogtreecommitdiffstats
path: root/apache.patch
blob: ccfeecb10b860af65030d580afd777a88e275e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- sapi/apache2handler/config.m4.orig
+++ sapi/apache2handler/config.m4
@@ -122,7 +122,6 @@
       PHP_BUILD_THREAD_SAFE
     fi
   else
-    APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
     if test -n "$APACHE_THREADED_MPM"; then
       PHP_BUILD_THREAD_SAFE
     fi
--- configure.orig
+++ configure
@@ -7020,7 +7020,6 @@
 
     fi
   else
-    APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
     if test -n "$APACHE_THREADED_MPM"; then
 
   enable_maintainer_zts=yes