From: Marcus Boerger Date: Sat, 1 Feb 2003 23:25:14 +0000 (+0000) Subject: Bundled version has XBM support as well as external. X-Git-Tag: RELEASE_0_5~1328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07246c2f99bad319ddc9f8dd7756afca60657614;p=php Bundled version has XBM support as well as external. # Now fix the shit behind it... --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 9e950cf1af..cbebee088b 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -287,6 +287,7 @@ dnl These are always available with bundled library AC_DEFINE(HAVE_GD_WBMP, 1, [ ]) AC_DEFINE(HAVE_GD_GD2, 1, [ ]) AC_DEFINE(HAVE_GD_PNG, 1, [ ]) + AC_DEFINE(HAVE_GD_XBM, 1, [ ]) AC_DEFINE(HAVE_GD_BUNDLED, 1, [ ]) AC_DEFINE(HAVE_GD_GIF_READ, 1, [ ])