tony2001 Tue May 17 08:23:02 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/gd config.m4 Log: MFH: gdImageGifCtx() is always available in bundled lib http://cvs.php.net/diff.php/php-src/ext/gd/config.m4?r1=1.144.2.5&r2=1.144.2.6&ty=u Index: php-src/ext/gd/config.m4 diff -u php-src/ext/gd/config.m4:1.144.2.5 php-src/ext/gd/config.m4:1.144.2.6 --- php-src/ext/gd/config.m4:1.144.2.5 Tue Jan 4 01:51:58 2005 +++ php-src/ext/gd/config.m4 Tue May 17 08:23:02 2005 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.144.2.5 2005/01/04 06:51:58 sniper Exp $ +dnl $Id: config.m4,v 1.144.2.6 2005/05/17 12:23:02 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