]> git.pld-linux.org Git - packages/php.git/blame - php-stupidapache_version.patch
cleanups
[packages/php.git] / php-stupidapache_version.patch
CommitLineData
09881dac
ER
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 @@
c8b3f7e0
ER
4 dnl version for apache1/2.
5 dnl
c8b3f7e0 6 AC_DEFUN([PHP_AP_EXTRACT_VERSION],[
ebd0ee03 7- ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'`
09881dac
ER
8+ if test "$with_apache_version" != "no"; then
9+ ac_output="foo bar baz $with_apache_version"
10+ else
ebd0ee03 11+ ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'`
09881dac 12+ fi
c8b3f7e0
ER
13 ac_IFS=$IFS
14 IFS="- /.
15 "
This page took 0.152673 seconds and 4 git commands to generate.