]> granicus.if.org Git - php/commitdiff
fix config.m4
authorAntony Dovgal <tony2001@php.net>
Sun, 27 Nov 2005 18:35:35 +0000 (18:35 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 27 Nov 2005 18:35:35 +0000 (18:35 +0000)
ext/pdo_oci/config.m4

index 507cfd03f46f144ca0f7df1eeec8941518efffd7..7140d20f7e2177573136d1530a26a2b836b634ac 100755 (executable)
@@ -35,7 +35,7 @@ PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO,
 
 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