Browse Source

Expand relative paths properly, otherwise build process will fail.

experimetnal/RETURN_REF_PATCH
Sascha Schumann 27 years ago
parent
commit
182ac10749
  1. 1
      ext/gd/config.m4

1
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

Loading…
Cancel
Save