summaryrefslogtreecommitdiff
path: root/ext/oci8
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-22 22:16:47 +0000
committerSascha Schumann <sas@php.net>1999-12-22 22:16:47 +0000
commitb0e1f9ca2f1b0a0bce7764f11849a0d1f7788b40 (patch)
treea86788d347665eba8f5e8c632d7430d7a1ecdfc6 /ext/oci8
parent304f1ebcb2214a6545c8ec37b8c5a52da0f48991 (diff)
downloadphp-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.m42
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)
;;