From: Antony Dovgal Date: Tue, 17 May 2005 12:22:51 +0000 (+0000) Subject: gdImageGifCtx() is always available in bundled lib X-Git-Tag: php-5.0.1b1~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cd3bd2ea75fe1cf4ac007ed49b228da3bf9b6b0;p=php gdImageGifCtx() is always available in bundled lib --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 5ccc5938d0..cd8011df48 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"