From 5cd3bd2ea75fe1cf4ac007ed49b228da3bf9b6b0 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 17 May 2005 12:22:51 +0000 Subject: [PATCH] gdImageGifCtx() is always available in bundled lib --- ext/gd/config.m4 | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.0