]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php-stupidapache_version.patch
- remove everything, we'll merge PHP 5.4 into clean repo
[packages/php.git] / php-stupidapache_version.patch
diff --git a/php-stupidapache_version.patch b/php-stupidapache_version.patch
deleted file mode 100644 (file)
index f2478a4..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- php-5.3.1/acinclude.m4~    2009-11-26 00:49:53.000000000 +0200
-+++ php-5.3.1/acinclude.m4     2009-11-26 00:51:11.466867803 +0200
-@@ -2582,7 +2582,11 @@
- dnl version for apache1/2.
- dnl
- AC_DEFUN([PHP_AP_EXTRACT_VERSION],[
--  ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'`
-+  if test "$with_apache_version" != "no"; then
-+    ac_output="foo bar baz $with_apache_version"
-+  else
-+    ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'`
-+  fi
-   ac_IFS=$IFS
- IFS="- /.
- "