]> granicus.if.org Git - php/commitdiff
MFB: dont forget the header
authorRob Richards <rrichards@php.net>
Fri, 11 Jul 2008 15:06:06 +0000 (15:06 +0000)
committerRob Richards <rrichards@php.net>
Fri, 11 Jul 2008 15:06:06 +0000 (15:06 +0000)
ext/gd/config.w32

index 87bcd3ab34e529614e5f3c3b4ba44c1a663fb50d..71ad329423944143875d746acf463fbc3d557409 100644 (file)
@@ -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)))
                ) {