]> 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:09 +0000 (12:23 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 17 May 2005 12:23:09 +0000 (12:23 +0000)
ext/gd/config.m4

index 36596b0bf069e8ab390cd33c5b22dc0a67158794..b1617ef92fac00b700023083f4978de8b0e06be2 100644 (file)
@@ -311,6 +311,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"