tony2001                Sun Nov 27 13:35:35 2005 EDT

  Modified files:              
    /php-src/ext/pdo_oci        config.m4 
  Log:
  fix config.m4
  
  
http://cvs.php.net/diff.php/php-src/ext/pdo_oci/config.m4?r1=1.15&r2=1.16&ty=u
Index: php-src/ext/pdo_oci/config.m4
diff -u php-src/ext/pdo_oci/config.m4:1.15 php-src/ext/pdo_oci/config.m4:1.16
--- php-src/ext/pdo_oci/config.m4:1.15  Sat Sep 24 19:22:43 2005
+++ php-src/ext/pdo_oci/config.m4       Sun Nov 27 13:35:35 2005
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.15 2005/09/24 23:22:43 sniper Exp $
+dnl $Id: config.m4,v 1.16 2005/11/27 18:35:35 tony2001 Exp $
 
 if test "$PHP_PDO" != "no"; then
 
@@ -35,7 +35,7 @@
 
 if test "$PHP_PDO_OCI" != "no"; then
   AC_MSG_CHECKING([Oracle Install-Dir])
-  if test "$PHP_PDO_OCI" = "yes" -o -z "$PHP_PDO_OCI"; then
+  if test "$PHP_PDO_OCI" = "yes" || test -z "$PHP_PDO_OCI"; then
     PDO_OCI_DIR=$ORACLE_HOME
   else
     PDO_OCI_DIR=$PHP_PDO_OCI

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to