From: Antony Dovgal Date: Tue, 30 May 2006 13:50:28 +0000 (+0000) Subject: merge the last change in 4.4 and allow ext/oci8 to be built against basic lite package X-Git-Tag: php-4.4.3~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6af0ebfebfc8de47a91d29c4d147645c821b0c77;p=php merge the last change in 4.4 and allow ext/oci8 to be built against basic lite package (as Derick requested) --- 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])