summaryrefslogtreecommitdiff
path: root/ext/oci8/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-09-07 00:24:06 +0000
committerfoobar <sniper@php.net>2001-09-07 00:24:06 +0000
commite4df7dc7bfb596c4da9f8e54214fd60657aa6a98 (patch)
tree6271a55cb919de2cf58a8798ae3a75d3744748b1 /ext/oci8/config.m4
parentf6dfcb564144fa26f3ec248a8ffb420d4067ba30 (diff)
downloadphp-git-e4df7dc7bfb596c4da9f8e54214fd60657aa6a98.tar.gz
if test -f /usr/local/lib/libexample.s?; then <-- no workie
if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( #
Diffstat (limited to 'ext/oci8/config.m4')
-rw-r--r--ext/oci8/config.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4
index 9c7d422a8c..5473d1f723 100644
--- a/ext/oci8/config.m4
+++ b/ext/oci8/config.m4
@@ -5,11 +5,11 @@ AC_DEFUN(AC_OCI8_VERSION,[
if test -s "$OCI8_DIR/orainst/unix.rgs"; then
OCI8_VERSION=`grep '"ocommon"' $OCI8_DIR/orainst/unix.rgs | sed 's/[ ][ ]*/:/g' | cut -d: -f 6 | cut -c 2-4`
test -z "$OCI8_VERSION" && OCI8_VERSION=7.3
- elif test -f $OCI8_DIR/lib/libclntsh.s?.9.0; then
+ elif test -f $OCI8_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.9.0; then
OCI8_VERSION=9.0
- elif test -f $OCI8_DIR/lib/libclntsh.s?.8.0; then
+ elif test -f $OCI8_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.8.0; then
OCI8_VERSION=8.1
- elif test -f $OCI8_DIR/lib/libclntsh.s?.1.0; then
+ elif test -f $OCI8_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.1.0; then
OCI8_VERSION=8.0
elif test -f $OCI8_DIR/lib/libclntsh.a; then
if test -f $OCI8_DIR/lib/libcore4.a; then