From: Antony Dovgal Date: Tue, 17 May 2005 12:23:02 +0000 (+0000) Subject: MFH: gdImageGifCtx() is always available in bundled lib X-Git-Tag: php-5.0.5RC1~285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cfff608bd22a3dfca96c3959299fee359b0fc58;p=php MFH: gdImageGifCtx() is always available in bundled lib --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 26261eb0ee..94559535b7 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -312,6 +312,7 @@ dnl These are always available with bundled library AC_DEFINE(HAVE_GD_IMAGEELLIPSE, 1, [ ]) AC_DEFINE(HAVE_GD_FONTCACHESHUTDOWN,1, [ ]) AC_DEFINE(HAVE_GD_DYNAMIC_CTX_EX, 1, [ ]) + AC_DEFINE(HAVE_GD_GIF_CTX, 1, [ ]) dnl Make sure the libgd/ is first in the include path GDLIB_CFLAGS="-DHAVE_LIBPNG"