]> granicus.if.org Git - php/commitdiff
Expand relative paths properly, otherwise build process will fail.
authorSascha Schumann <sas@php.net>
Sun, 26 Sep 1999 15:00:12 +0000 (15:00 +0000)
committerSascha Schumann <sas@php.net>
Sun, 26 Sep 1999 15:00:12 +0000 (15:00 +0000)
ext/gd/config.m4

index 9b4b54ca7af5d6f67d0e3939c0d33dfbc4602d7f..41110cb2a10812ac6befd4b6e63c51100b6657af 100644 (file)
@@ -152,6 +152,7 @@ if test "$ac_cv_lib_gd_gdImageLine" = "yes"; then
     AC_ADD_INCLUDE($GD_INCLUDE)
     GD_STATIC="libphpext_gd.a"
   else 
+    AC_EXPAND_PATH($GD_INCLUDE, GD_INCLUDE)
     if test -n "$GD_INCLUDE"; then
       GD_INCLUDES="$GD_INCLUDES -I$GD_INCLUDE"
     fi