helly Sat Feb 1 18:25:14 2003 EDT Modified files: /php4/ext/gd config.m4 Log: Bundled version has XBM support as well as external. # Now fix the shit behind it... Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.128 php4/ext/gd/config.m4:1.129 --- php4/ext/gd/config.m4:1.128 Thu Jan 23 01:23:08 2003 +++ php4/ext/gd/config.m4 Sat Feb 1 18:25:14 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.128 2003/01/23 06:23:08 sniper Exp $ +dnl $Id: config.m4,v 1.129 2003/02/01 23:25:14 helly Exp $ dnl dnl @@ -287,6 +287,7 @@ AC_DEFINE(HAVE_GD_WBMP, 1, [ ]) AC_DEFINE(HAVE_GD_GD2, 1, [ ]) AC_DEFINE(HAVE_GD_PNG, 1, [ ]) + AC_DEFINE(HAVE_GD_XBM, 1, [ ]) AC_DEFINE(HAVE_GD_BUNDLED, 1, [ ]) AC_DEFINE(HAVE_GD_GIF_READ, 1, [ ])
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php