Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd gd.dsp

2004-07-23 Thread Stefan Esser
Hi, from config.m4 you also need to drop: AC_DEFINE(HAVE_GD_GIF_CREATE, 1, []) why should he drop that line? Otherwise the build system does not know that bundled GD has GIF create support. Stefan -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd gd.dsp

2004-07-22 Thread Marcus Boerger
Hello Edin, from config.m4 you also need to drop: AC_DEFINE(HAVE_GD_GIF_CREATE, 1, []) regards marcus Friday, July 23, 2004, 4:43:10 AM, you wrote: > edink Thu Jul 22 22:43:10 2004 EDT > Modified files: (Branch: PHP_4_3) > /php-src/ext/gd gd.dsp > Log: > Fix .