]> git.pld-linux.org Git - packages/php4.git/blame - php4-stupidapache_version.patch
- rel 28; openssl 1.0.0 fix
[packages/php4.git] / php4-stupidapache_version.patch
CommitLineData
74c09513
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 @@
e1007da6
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],[
74c09513 9+if test "$with_apache_version" != "no"; then
e1007da6
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.028876 seconds and 4 git commands to generate.