]> git.pld-linux.org Git - packages/php.git/blob - php-msession-shared-lib.patch
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/php.git] / php-msession-shared-lib.patch
1 --- php-4.2.1/ext/msession/config.m4.orig       Fri Nov 30 19:59:44 2001
2 +++ php-4.2.1/ext/msession/config.m4    Tue May 14 00:42:05 2002
3 @@ -6,12 +6,12 @@
4  [  --with-msession[=DIR]   Include msession support])
5   
6  if test "$PHP_MSESSION" != "no"; then
7 -       if test -r $PHP_MSESSION/lib/libphoenix.a; then
8 +       if test -r $PHP_MSESSION/lib/libphoenix.so -o -r $PHP_MSESSION/lib/libphoenix.a; then
9                 PHOENIX_DIR=$PHP_MSESSION
10         else
11                 AC_MSG_CHECKING(for msession in default path)
12                 for i in /usr/local/phoenix /usr/local /usr; do
13 -                       if test -r $i/lib/libphoenix.a; then
14 +                       if test -r $i/lib/libphoenix.so -o -r $i/lib/libphoenix.a; then
15                                 PHOENIX_DIR=$i
16                                 AC_MSG_RESULT(found in $i)
17                         fi
This page took 0.033536 seconds and 3 git commands to generate.