From 54047149ad78de8a23aa4730ab30a754f8603997 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sun, 27 Nov 2005 18:35:35 +0000 Subject: [PATCH] fix config.m4 --- ext/pdo_oci/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo_oci/config.m4 b/ext/pdo_oci/config.m4 index 507cfd03f46..7140d20f7e2 100755 --- a/ext/pdo_oci/config.m4 +++ b/ext/pdo_oci/config.m4 @@ -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