Lines 1-16
Link Here
|
1 |
--- config.m4 Sat Jan 7 19:58:52 2006 |
|
|
2 |
+++ config.m4.new Sat Jan 7 20:00:55 2006 |
3 |
@@ -36,10 +36,10 @@ |
4 |
if test -d $i/lib64 ; then |
5 |
PHP_SVN_LDFLAGS="-L$i/lib64 $PHP_SVN_LDFLAGS" |
6 |
fi |
7 |
- PHP_SVN_LDFLAGS="$PHP_SVN_LDFLAGS -lsvn_client-1 -lapr-0" |
8 |
+ PHP_SVN_LDFLAGS="$PHP_SVN_LDFLAGS -lsvn_client-1 -lapr-1" |
9 |
fi |
10 |
- if test -r $i/include/apr-0/apr.h ; then |
11 |
- PHP_SVN_INCLUDES="$PHP_SVN_INCLUDES -I$i/include/apr-0" |
12 |
+ if test -r $i/include/apr-1/apr.h ; then |
13 |
+ PHP_SVN_INCLUDES="$PHP_SVN_INCLUDES -I$i/include/apr-1" |
14 |
elif test -r $i/include/apache2/apr.h ; then |
15 |
PHP_SVN_INCLUDES="$PHP_SVN_INCLUDES -I$i/include/apache2" |
16 |
fi |