]> git.pld-linux.org Git - packages/php.git/blame - php-stupidapache_version.patch
- backport from php 6
[packages/php.git] / php-stupidapache_version.patch
CommitLineData
70007703
ER
1--- ./acinclude.m4~ 2005-06-16 21:20:24.000000000 +0300
2+++ ./acinclude.m4 2005-06-16 21:20:34.000000000 +0300
3@@ -1949,8 +1949,14 @@
c8b3f7e0
ER
4 dnl This macro is used to get a comparable
5 dnl version for apache1/2.
6 dnl
7+
8 AC_DEFUN([PHP_AP_EXTRACT_VERSION],[
70007703 9+if test "$with_apache_version" != "no"; then
c8b3f7e0
ER
10+ ac_output="foo bar baz $with_apache_version"
11+else
12 ac_output=`$1 -v 2>&1`
13+fi
14+
15 ac_IFS=$IFS
16 IFS="- /.
17 "
This page took 0.072079 seconds and 4 git commands to generate.