From: Sascha Schumann Date: Sun, 26 Sep 1999 15:00:12 +0000 (+0000) Subject: Expand relative paths properly, otherwise build process will fail. X-Git-Tag: before-sapi-split~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=182ac10749630d16d2d6d1eeb100f02ab6d7c1e4;p=php Expand relative paths properly, otherwise build process will fail. --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 9b4b54ca7a..41110cb2a1 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -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