sniper Tue Sep 13 17:40:34 2005 EDT Modified files: /php-src configure.in Log: ext/oracle is no more http://cvs.php.net/diff.php/php-src/configure.in?r1=1.587&r2=1.588&ty=u Index: php-src/configure.in diff -u php-src/configure.in:1.587 php-src/configure.in:1.588 --- php-src/configure.in:1.587 Tue Sep 13 05:50:53 2005 +++ php-src/configure.in Tue Sep 13 17:40:33 2005 @@ -1,4 +1,4 @@ - ## $Id: configure.in,v 1.587 2005/09/13 09:50:53 sniper Exp $ -*- autoconf -*- + ## $Id: configure.in,v 1.588 2005/09/13 21:40:33 sniper Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -1358,7 +1358,7 @@ fi # Warn about linking Apache with libpthread if oci8 extension is enabled on linux. - if test "$PHP_OCI8" != "no" -o "$PHP_ORACLE" != "no"; then + if test "$PHP_OCI8" != "no"; then if test "$PHP_SAPI" = "apache"; then if test `uname` = "Linux"; then cat <<X
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php