X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=apache-mod_suphp-apache_version.patch;h=b88c0f6063dfb3a662e1ca79e2a4a14b9b5441cd;hb=9bdf7b7cfaf944a6d85ba96ebc1ce6c09768e500;hp=a9eff6d9ba41f715a6bf50f5c176ccf58458aaf6;hpb=e047e771a9db79e6732d629e6d3a7a56c3223e00;p=packages%2Fapache-mod_suphp.git diff --git a/apache-mod_suphp-apache_version.patch b/apache-mod_suphp-apache_version.patch index a9eff6d..b88c0f6 100644 --- a/apache-mod_suphp-apache_version.patch +++ b/apache-mod_suphp-apache_version.patch @@ -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