From 58c300ddf6b79bec2dda2a7f4fc8c85d96b186ec Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Fri, 11 Jul 2008 15:05:05 +0000 Subject: [PATCH] dont forget the header --- ext/gd/config.w32 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/gd/config.w32 b/ext/gd/config.w32 index aba951958d..2f738b9631 100644 --- a/ext/gd/config.w32 +++ b/ext/gd/config.w32 @@ -11,6 +11,7 @@ if (PHP_GD != "no") { CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") && (CHECK_LIB("libiconv_a.lib", "gd", PHP_GD) || CHECK_LIB("libiconv.lib", "gd", PHP_GD) || CHECK_LIB("iconv_a.lib", "gd", PHP_GD) || CHECK_LIB("iconv.lib", "gd", PHP_GD)) && + CHECK_HEADER_ADD_INCLUDE("iconv.h", "CFLAGS_GD", PHP_GD) && (((PHP_ZLIB=="no") && (CHECK_LIB("zlib_a.lib", "gd", PHP_GD) || CHECK_LIB("zlib.lib", "gd", PHP_GD))) || (PHP_ZLIB_SHARED && CHECK_LIB("zlib.lib", "gd", PHP_GD)) || (PHP_ZLIB == "yes" && (!PHP_ZLIB_SHARED))) ) { -- 2.50.1