wez Thu Apr 19 07:16:09 2001 EDT
Modified files:
/php4/ext/gd config.m4
Log:
Patch from Adam Dickmeiss to make configure detect libtff again.
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.57 php4/ext/gd/config.m4:1.58
--- php4/ext/gd/config.m4:1.57 Mon Apr 16 18:02:37 2001
+++ php4/ext/gd/config.m4 Thu Apr 19 07:16:09 2001
@@ -110,6 +110,7 @@
AC_CHECK_LIB(gd, gdImageCreateTrueColor, [AC_DEFINE(HAVE_LIBGD20, 1, [ ])])
AC_CHECK_LIB(gd, gdImageSetTile,
[AC_DEFINE(HAVE_GD_IMAGESETTILE, 1, [ ])])
AC_CHECK_LIB(gd, gdImageSetBrush,
[AC_DEFINE(HAVE_GD_IMAGESETBRUSH, 1, [ ])])
+ AC_CHECK_LIB(gd, gdImageStringFTEx,
+[AC_DEFINE(HAVE_GD_STRINGFTEX, 1, [ ])])
])
@@ -249,7 +250,7 @@
])
AC_MSG_CHECKING(whether to include FreeType 1.x support)
- if test "$with_freetype_dir" = "no" ; then
+ if test "$with_freetype_dir" = "no" -o "$with_freetype_dir" = ""; then
if test -n "$CHECK_TTF" ; then
for i in /usr /usr/local "$CHECK_TTF" ; do
if test -f "$i/include/freetype.h" ; then
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]