tony2001 Tue May 17 08:23:09 2005 EDT
Modified files: (Branch: PHP_4_3)
/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.120.2.24&r2=1.120.2.25&ty=u
Index: php-src/ext/gd/config.m4
diff -u php-src/ext/gd/config.m4:1.120.2.24 php-src/ext/gd/config.m4:1.120.2.25
--- php-src/ext/gd/config.m4:1.120.2.24 Tue Jan 4 01:52:18 2005
+++ php-src/ext/gd/config.m4 Tue May 17 08:23:09 2005
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.120.2.24 2005/01/04 06:52:18 sniper Exp $
+dnl $Id: config.m4,v 1.120.2.25 2005/05/17 12:23:09 tony2001 Exp $
dnl
dnl
@@ -311,6 +311,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