]> git.pld-linux.org Git - packages/php.git/blob - php-stupidapache_version.patch
- add .inc to php files
[packages/php.git] / php-stupidapache_version.patch
1 --- acinclude.m4~       2004-10-09 01:57:35.942764320 +0000
2 +++ acinclude.m4        2004-10-09 02:16:31.363154184 +0000
3 @@ -1850,6 +1850,7 @@
4    set $ac_output
5    IFS=$ac_IFS
6  
7 -  APACHE_VERSION=`expr [$]4 \* 1000000 + [$]5 \* 1000 + [$]6`
8 +  # APACHE_VERSION=`expr [$]4 \* 1000000 + [$]5 \* 1000 + [$]6`
9 +  APACHE_VERSION=2000052
10  ])
11  
This page took 0.270465 seconds and 3 git commands to generate.