diff options
author | Sascha Schumann <sas@php.net> | 1999-12-22 22:16:47 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-22 22:16:47 +0000 |
commit | b0e1f9ca2f1b0a0bce7764f11849a0d1f7788b40 (patch) | |
tree | a86788d347665eba8f5e8c632d7430d7a1ecdfc6 /ext/oci8 | |
parent | 304f1ebcb2214a6545c8ec37b8c5a52da0f48991 (diff) | |
download | php-git-b0e1f9ca2f1b0a0bce7764f11849a0d1f7788b40.tar.gz |
Enable --with-oci8 to use relative paths as input parameters
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index b1b4d2f172..1b37a6373f 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -35,7 +35,7 @@ AC_ARG_WITH(oci8, AC_MSG_RESULT(no) ;; *) - ORACLEINST_TOP=$withval + AC_EXPAND_PATH($withval, ORACLEINST_TOP) AC_MSG_RESULT(yes) PHP_EXTENSION(oci8) ;; |