summaryrefslogtreecommitdiff
path: root/ext/mcal/config.m4
diff options
context:
space:
mode:
authorChuck Hagenbuch <chagenbu@php.net>2000-05-31 17:33:30 +0000
committerChuck Hagenbuch <chagenbu@php.net>2000-05-31 17:33:30 +0000
commit1e672d4528c8861575bd0a6f0ef0a5e60626ab21 (patch)
tree43f11acb595d6963f46d592d7f293f82d96037d7 /ext/mcal/config.m4
parent678508b426dbc69c71771e1d1593cc8e057f8364 (diff)
downloadphp-git-1e672d4528c8861575bd0a6f0ef0a5e60626ab21.tar.gz
monkeying Sascha's suggested change to allow relative pathnames.
Diffstat (limited to 'ext/mcal/config.m4')
-rw-r--r--ext/mcal/config.m42
1 files changed, 1 insertions, 1 deletions
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)