From b0e1f9ca2f1b0a0bce7764f11849a0d1f7788b40 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 22 Dec 1999 22:16:47 +0000 Subject: Enable --with-oci8 to use relative paths as input parameters --- ext/oci8/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ;; -- cgit v1.2.1