1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
This commit is contained in:
foobar
2001-05-10 09:25:32 +00:00
parent 9cce67f16d
commit 9fa37f60dc

View File

@@ -9,11 +9,11 @@ AC_DEFUN(AC_ORACLE_VERSION,[
ORACLE_VERSION=8.1
elif test -f $ORACLE_DIR/lib/libclntsh.s?.1.0; then
ORACLE_VERSION=8.0
elif test -f $OCI8_DIR/lib/libclntsh.a; then
if test -f $OCI8_DIR/lib/libcore4.a; then
OCI8_VERSION=8.0
elif test -f $ORACLE_DIR/lib/libclntsh.a; then
if test -f $ORACLE_DIR/lib/libcore4.a; then
ORACLE_VERSION=8.0
else
OCI8_VERSION=8.1
ORACLE_VERSION=8.1
fi
else
AC_MSG_ERROR(Oracle needed libraries not found)