cvs: php4 /ext/gd/ config.m4
[email protected] ("Hartmut Holzgraefe")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvshholzgra959461741@cvsserver> |
hholzgra Sat May 27 14:09:01 2000 EDT
Modified files:
/php4/ext/gd config.m4
Log:
should make SuSE 6.x users happy (and anybody else with gh.d in
/usr/include/gd ... )
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.30 php4/ext/gd/config.m4:1.31
--- php4/ext/gd/config.m4:1.30 Tue May 23 03:21:40 2000
+++ php4/ext/gd/config.m4 Sat May 27 14:09:00 2000
@@ -230,6 +230,9 @@
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,