]> git.pld-linux.org Git - packages/php.git/blame_incremental - php-stupidapache_version.patch
fpm sucks by leaving some fds open, and rc-scripts fails to go further BUSY message
[packages/php.git] / php-stupidapache_version.patch
... / ...
CommitLineData
1--- php-5.3.1/acinclude.m4~ 2009-11-26 00:49:53.000000000 +0200
2+++ php-5.3.1/acinclude.m4 2009-11-26 00:51:11.466867803 +0200
3@@ -2582,7 +2582,11 @@
4 dnl version for apache1/2.
5 dnl
6 AC_DEFUN([PHP_AP_EXTRACT_VERSION],[
7- ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'`
8+ if test "$with_apache_version" != "no"; then
9+ ac_output="foo bar baz $with_apache_version"
10+ else
11+ ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'`
12+ fi
13 ac_IFS=$IFS
14 IFS="- /.
15 "
This page took 0.063673 seconds and 4 git commands to generate.