]> granicus.if.org Git - php/commitdiff
MFH: gdImageGifCtx() is always available in bundled lib
authorAntony Dovgal <tony2001@php.net>
Tue, 17 May 2005 12:23:02 +0000 (12:23 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 17 May 2005 12:23:02 +0000 (12:23 +0000)
ext/gd/config.m4

index 26261eb0ee6afc80a8840052eff0bcfb3ff3058b..94559535b7b85d493be5a733ac7ca3745b142d28 100644 (file)
@@ -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"