diff options
author | foobar <sniper@php.net> | 2000-10-29 04:10:07 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2000-10-29 04:10:07 +0000 |
commit | 4a895b6919782d11b2f074cb2aaa549d4be32f49 (patch) | |
tree | 700af70fb11e3410e9c93e9ba563b7ef708f483e /ext/oci8 | |
parent | a400c594ba2c4b1f21de7e18d656bfe8f2cf45a0 (diff) | |
download | php-git-4a895b6919782d11b2f074cb2aaa549d4be32f49.tar.gz |
@- Fixed conflict with OpenLDAP and Oracle 8.1.x (Jani)
# PR: 4257,4698,5527,6112,6650,7195
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/config.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index a9fef07379..1fc55fafa0 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -67,7 +67,8 @@ if test "$PHP_OCI8" != "no"; then ;; 8.1) - AC_ADD_LIBRARY_WITH_PATH(clntsh, $OCI8_DIR/lib, OCI8_SHARED_LIBADD) + AC_ADD_LIBRARY(clntsh, 1, OCI8_SHARED_LIBADD) + AC_ADD_LIBPATH($OCI8_DIR/lib, OCI8_SHARED_LIBADD) ;; *) AC_MSG_ERROR(Unsupported Oracle version!) |