From: Chuck Hagenbuch Date: Wed, 31 May 2000 17:33:30 +0000 (+0000) Subject: monkeying Sascha's suggested change to allow relative pathnames. X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e672d4528c8861575bd0a6f0ef0a5e60626ab21;p=php monkeying Sascha's suggested change to allow relative pathnames. --- 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)