sniper          Tue Sep 13 17:40:47 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src    configure.in 
  Log:
  MFH
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.7&r2=1.579.2.8&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.7 php-src/configure.in:1.579.2.8
--- php-src/configure.in:1.579.2.7      Sat Sep 10 11:44:15 2005
+++ php-src/configure.in        Tue Sep 13 17:40:46 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.7 2005/09/10 15:44:15 derick Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.8 2005/09/13 21:40:46 sniper Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1367,7 +1367,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

Reply via email to