fmk Wed Dec 31 14:28:32 2003 EDT Modified files: /php-src/ext/gd config.w32 Log: Make sure zlib.lib is found Index: php-src/ext/gd/config.w32 diff -u php-src/ext/gd/config.w32:1.3 php-src/ext/gd/config.w32:1.4 --- php-src/ext/gd/config.w32:1.3 Mon Dec 22 17:33:42 2003 +++ php-src/ext/gd/config.w32 Wed Dec 31 14:28:31 2003 @@ -1,4 +1,4 @@ -// $Id: config.w32,v 1.3 2003/12/22 22:33:42 wez Exp $ +// $Id: config.w32,v 1.4 2003/12/31 19:28:31 fmk Exp $ // vim:ft=javascript ARG_WITH("gd", "Bundled GD support", "yes"); @@ -7,7 +7,7 @@ if (CHECK_LIB("libjpeg.lib", "gd", PHP_GD) && CHECK_LIB("freetype2.lib", "gd", PHP_GD) && CHECK_LIB("libpng.lib", "gd", PHP_GD) && - CHECK_LIB("zlib.lib", "gd", PHP_GD) && + CHECK_LIB("zlib.lib", "gd", PHP_GD + ";..\\zlib;" + php_usual_lib_suspects) && CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd")) { EXTENSION("gd", "gd.c gdttf.c", null, "-Iext/gd/libgd", "php_gd2.dll");
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php