summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-09-26 15:00:12 +0000
committerSascha Schumann <sas@php.net>1999-09-26 15:00:12 +0000
commit182ac10749630d16d2d6d1eeb100f02ab6d7c1e4 (patch)
treee8670171367ea274e78e030725681ee25c981505
parent8b462c1acf3921cd5e23817ee8c1ddd1a2285ef0 (diff)
downloadphp-git-182ac10749630d16d2d6d1eeb100f02ab6d7c1e4.tar.gz
Expand relative paths properly, otherwise build process will fail.
-rw-r--r--ext/gd/config.m41
1 files changed, 1 insertions, 0 deletions
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