tony2001                Tue May 17 08:22:52 2005 EDT

  Modified files:              
    /php-src/ext/gd     config.m4 
  Log:
  gdImageGifCtx() is always available in bundled lib
  
  
http://cvs.php.net/diff.php/php-src/ext/gd/config.m4?r1=1.152&r2=1.153&ty=u
Index: php-src/ext/gd/config.m4
diff -u php-src/ext/gd/config.m4:1.152 php-src/ext/gd/config.m4:1.153
--- php-src/ext/gd/config.m4:1.152      Fri May  6 23:19:42 2005
+++ php-src/ext/gd/config.m4    Tue May 17 08:22:51 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.152 2005/05/07 03:19:42 sniper Exp $
+dnl $Id: config.m4,v 1.153 2005/05/17 12:22:51 tony2001 Exp $
 dnl
 
 dnl
@@ -312,6 +312,7 @@
   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"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to