tony2001 Tue May 30 13:50:28 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/oci8 config.m4 Log: merge the last change in 4.4 and allow ext/oci8 to be built against basic lite package (as Derick requested) http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/config.m4?r1=1.37.2.12&r2=1.37.2.12.2.1&diff_format=u Index: php-src/ext/oci8/config.m4 diff -u php-src/ext/oci8/config.m4:1.37.2.12 php-src/ext/oci8/config.m4:1.37.2.12.2.1 --- php-src/ext/oci8/config.m4:1.37.2.12 Fri Feb 25 11:33:24 2005 +++ php-src/ext/oci8/config.m4 Tue May 30 13:50:28 2006 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.37.2.12 2005/02/25 11:33:24 tony2001 Exp $ +dnl $Id: config.m4,v 1.37.2.12.2.1 2006/05/30 13:50:28 tony2001 Exp $ dnl AC_DEFUN([PHP_OCI_IF_DEFINED],[ @@ -45,7 +45,7 @@ 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])
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php