]> granicus.if.org Git - php/commitdiff
monkeying Sascha's suggested change to allow relative pathnames.
authorChuck Hagenbuch <chagenbu@php.net>
Wed, 31 May 2000 17:33:30 +0000 (17:33 +0000)
committerChuck Hagenbuch <chagenbu@php.net>
Wed, 31 May 2000 17:33:30 +0000 (17:33 +0000)
ext/mcal/config.m4

index 01c898bb2cf6973285570054e24989a03e778e69..3741351130856f7624fd3195e7a3db6ad6c1dff2 100644 (file)
@@ -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)