Skip to content

Commit 371c016

Browse files
committed
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
2 parents 68ab716 + b5aca81 commit 371c016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/gd/config.w32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if (PHP_GD != "no") {
99
if (
1010
CHECK_LIB("libjpeg_a.lib;libjpeg.lib", "gd", PHP_GD) &&
1111
CHECK_LIB("freetype_a.lib;freetype.lib", "gd", PHP_GD) &&
12+
CHECK_HEADER_ADD_INCLUDE("ft2build.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include" + ";" + PHP_PHP_BUILD + "\\include\\freetype") &&
1213
CHECK_LIB("libpng_a.lib;libpng.lib", "gd", PHP_GD) &&
1314
CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") &&
1415
(CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng15") ||

0 commit comments

Comments
 (0)