tony2001 Tue May 30 13:16:38 2006 UTC Modified files: /php-src/ext/oci8 config.m4 Log: don't require libociei, this allows us to build ext/oci8 against basiclite OIC package http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/config.m4?r1=1.60&r2=1.61&diff_format=u Index: php-src/ext/oci8/config.m4 diff -u php-src/ext/oci8/config.m4:1.60 php-src/ext/oci8/config.m4:1.61 --- php-src/ext/oci8/config.m4:1.60 Mon May 29 18:12:39 2006 +++ php-src/ext/oci8/config.m4 Tue May 30 13:16:38 2006 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.60 2006/05/29 18:12:39 tony2001 Exp $ +dnl $Id: config.m4,v 1.61 2006/05/30 13:16:38 tony2001 Exp $ dnl if test -z "$SED"; then @@ -50,7 +50,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