summaryrefslogtreecommitdiff
path: root/www/suphp/files/patch-configure.ac
blob: 49930cd18541d898fb69812c82aec666f31f1f2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac.orig	2013-05-20 16:26:56 UTC
+++ configure.ac
@@ -66,7 +66,7 @@ if test -n "$APXS"; then
                     | cut -f2 -d"/" \
                     | cut -f1 -d" "`
     major_version=`echo $APACHE_VERSION|cut -f1,2 -d.`
-    if test "$major_version" = "2.0" -o "$major_version" = "2.2"; then
+    if test "$major_version" = "2.0" -o "$major_version" = "2.2" -o "$major_version" = "2.4"; then
       APACHE_VERSION_2=true
       APACHE_VERSION_1_3=false
     else