From 1e672d4528c8861575bd0a6f0ef0a5e60626ab21 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 31 May 2000 17:33:30 +0000 Subject: [PATCH] monkeying Sascha's suggested change to allow relative pathnames. --- ext/mcal/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mcal/config.m4 b/ext/mcal/config.m4 index 01c898bb2c..3741351130 100644 --- a/ext/mcal/config.m4 +++ b/ext/mcal/config.m4 @@ -7,7 +7,7 @@ if test "$PHP_MCAL" != "no"; then if test "$PHP_MCAL" = "yes"; then MCAL_DIR=/usr/local else - MCAL_DIR=$PHP_MCAL + AC_EXPAND_PATH($PHP_MCAL, MCAL_DIR) fi AC_ADD_INCLUDE($MCAL_DIR) -- 2.50.1