summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-05-27 21:09:00 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-05-27 21:09:00 +0000
commit636b8927c60be3609d02d1cc1987c5c63a7092ce (patch)
tree2e19dd0c177548d3f41f49645a90030cbe6215ac /ext/gd
parent2bd6846adc5afb23a1c754211223e0c3f900baec (diff)
downloadphp-git-636b8927c60be3609d02d1cc1987c5c63a7092ce.tar.gz
should make SuSE 6.x users happy (and anybody else with gh.d in
/usr/include/gd ... )
Diffstat (limited to 'ext/gd')
-rw-r--r--ext/gd/config.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4
index 07d89d1dba..918162d967 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -230,6 +230,9 @@ AC_ARG_WITH(t1lib,
if test -f /usr/pkg/include/gd/gd.h -a -z "$GD_INCLUDE" ; then
GD_INCLUDE="/usr/pkg/include/gd"
fi
+ if test -f /usr/include/gd/gd.h -a -z "$GD_INCLUDE" ; then
+ GD_INCLUDE="/usr/include/gd"
+ fi
AC_MSG_CHECKING(whether to enable 4bit antialias hack with FreeType2)
AC_ARG_ENABLE(freetype-4bit-antialias-hack,