]> git.pld-linux.org Git - packages/apache-mod_suphp.git/blobdiff - apache-mod_suphp-apache_version.patch
- updated to 0.7.0
[packages/apache-mod_suphp.git] / apache-mod_suphp-apache_version.patch
index a9eff6d9ba41f715a6bf50f5c176ccf58458aaf6..b88c0f6063dfb3a662e1ca79e2a4a14b9b5441cd 100644 (file)
@@ -1,6 +1,6 @@
---- suphp-0.6.0/configure.ac~  2005-12-22 02:37:52.000000000 +0200
-+++ suphp-0.6.0/configure.ac   2005-12-22 02:37:54.000000000 +0200
-@@ -56,13 +56,15 @@
+--- x/configure.ac~    2006-11-19 13:52:30.000000000 +0000
++++ x/configure.ac     2007-09-17 14:38:43.000000000 +0000
+@@ -60,11 +60,13 @@
  if test -n "$APXS"; then
      AC_SUBST(APXS)
      
@@ -12,8 +12,5 @@
                      | cut -f1 -d" "`
 +      fi
      major_version=`echo $APACHE_VERSION|cut -f1,2 -d.`
--    if test "$major_version" = "2.0"; then
-+    if test "$major_version" = "2.0" || test "$major_version" = "2.2"; then
+     if test "$major_version" = "2.0" -o "$major_version" = "2.2"; then
        APACHE_VERSION_2=true
-       APACHE_VERSION_1_3=false
-     else
This page took 0.235299 seconds and 4 git commands to generate.