summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
;;