]> git.pld-linux.org Git - packages/php.git/blob - php-stupidapache_version.patch
- rel 5
[packages/php.git] / php-stupidapache_version.patch
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 @@
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],[
9 +if test "$with_apache_version" != "no"; then
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.093981 seconds and 3 git commands to generate.