]> git.pld-linux.org Git - packages/php.git/blob - php-apr-apu.patch
move php.1 manual to -program (link to actual php-cli)
[packages/php.git] / php-apr-apu.patch
1 --- php/sapi/apache2filter/config.m4~   2005-09-01 16:33:47.000000000 +0200
2 +++ php/sapi/apache2filter/config.m4    2006-08-20 14:38:27.856722182 +0200
3 @@ -42,9 +42,9 @@
4  
5    # Pick up ap[ru]-N-config if using httpd >=2.1
6    APR_CONFIG=`$APXS -q APR_CONFIG 2>/dev/null ||
7 -    echo $APR_BINDIR/apr-config`
8 +    echo $APR_BINDIR/apr-1-config`
9    APU_CONFIG=`$APXS -q APU_CONFIG 2>/dev/null ||
10 -    echo $APU_BINDIR/apu-config`
11 +    echo $APU_BINDIR/apu-1-config`
12  
13    APR_CFLAGS="`$APR_CONFIG --cppflags --includes`"
14    APU_CFLAGS="`$APU_CONFIG --includes`"
15 --- php/sapi/apache2handler/config.m4~  2006-08-20 14:25:30.607537446 +0200
16 +++ php/sapi/apache2handler/config.m4   2006-08-20 14:38:52.423756303 +0200
17 @@ -41,9 +41,9 @@
18  
19    # Pick up ap[ru]-N-config if using httpd >=2.1
20    APR_CONFIG=`$APXS -q APR_CONFIG 2>/dev/null ||
21 -    echo $APR_BINDIR/apr-config`
22 +    echo $APR_BINDIR/apr-1-config`
23    APU_CONFIG=`$APXS -q APU_CONFIG 2>/dev/null ||
24 -    echo $APU_BINDIR/apu-config`
25 +    echo $APU_BINDIR/apu-1-config`
26  
27    APR_CFLAGS="`$APR_CONFIG --cppflags --includes`"
28    APU_CFLAGS="`$APU_CONFIG --includes`"
This page took 0.024876 seconds and 3 git commands to generate.