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

index 5ccc5938d072c1bf8500a71b09ea09e588b695d2..cd8011df48232fc5e0785df3c235550fa83f675d 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"