From 6af0ebfebfc8de47a91d29c4d147645c821b0c77 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 30 May 2006 13:50:28 +0000 Subject: [PATCH] merge the last change in 4.4 and allow ext/oci8 to be built against basic lite package (as Derick requested) --- ext/oci8/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index d3e7fc16a4..388cfaaa21 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -45,7 +45,7 @@ AC_DEFUN([AC_OCI8_VERSION],[ AC_DEFUN([AC_OCI8IC_VERSION],[ AC_MSG_CHECKING([Oracle Instant Client version]) - if test -f $PHP_OCI8_INSTANT_CLIENT/libociei.$SHLIB_SUFFIX_NAME; then + if test -f $PHP_OCI8_INSTANT_CLIENT/libnnz10.$SHLIB_SUFFIX_NAME; then if test -f $PHP_OCI8_INSTANT_CLIENT/libclntsh.$SHLIB_SUFFIX_NAME.10.1; then if test ! -f $PHP_OCI8_INSTANT_CLIENT/libclntsh.$SHLIB_SUFFIX_NAME; then AC_MSG_ERROR([Link from $PHP_OCI8_INSTANT_CLIENT/libclntsh.$SHLIB_SUFFIX_NAME to libclntsh.$SHLIB_SUFFIX_NAME.10.1 not found]) -- 2.50.1