diff options
author | Thies C. Arntzen <thies@php.net> | 2000-06-19 09:27:17 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-06-19 09:27:17 +0000 |
commit | 8c9e222689931bccd4d529f5c49a335d2aee1ca9 (patch) | |
tree | 63abf54f50a70ae41a1aeb629e806380bfd198d4 /ext/oci8/config.m4 | |
parent | 388195de8b96f7cb1ade39824e43677335e0d0ba (diff) | |
download | php-git-8c9e222689931bccd4d529f5c49a335d2aee1ca9.tar.gz |
good morning, thies!
Diffstat (limited to 'ext/oci8/config.m4')
-rw-r--r-- | ext/oci8/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index 7761a85899..5c19977d15 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -52,9 +52,9 @@ if test "$PHP_OCI8" != "no"; then fi if test -f "$OCI8_DIR/lib/sysliblist"; then - PHP_EVAL_LIBLINE(`$OCI8_DIR/lib/sysliblist`, OCI8_SYSLIB) + PHP_EVAL_LIBLINE(`cat $OCI8_DIR/lib/sysliblist`, OCI8_SYSLIB) elif test -f "$OCI8_DIR/rdbms/lib/sysliblist"; then - PHP_EVAL_LIBLINE(`$OCI8_DIR/rdbms/lib/sysliblist`, OCI8_SYSLIB) + PHP_EVAL_LIBLINE(`cat $OCI8_DIR/rdbms/lib/sysliblist`, OCI8_SYSLIB) fi AC_OCI8_VERSION($OCI8_DIR) |