Commit: 082ee90b9bc9b6487b36831f34acfc901c671c41 Author: Anatol Belski <a...@php.net> Wed, 15 May 2013 14:24:21 +0200 Parents: 077b575d51630641fbd4b664bd18cfc335f76ebe Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=082ee90b9bc9b6487b36831f34acfc901c671c41 Log: fixe preprocessor definition Changed paths: M ext/gd/config.w32 Diff: diff --git a/ext/gd/config.w32 b/ext/gd/config.w32 index e6fbc49..1420b11 100644 --- a/ext/gd/config.w32 +++ b/ext/gd/config.w32 @@ -69,7 +69,7 @@ if (PHP_GD != "no") { /D HAVE_GD_WBMP \ /D HAVE_GD_XBM \ /D HAVE_GD_XPM \ -/D HAVE_LIBFREETYPE=1 \ +/D HAVE_GD_FREETYPE=1 \ /D HAVE_LIBGD13=1 \ /D HAVE_LIBGD15=1 \ /D HAVE_LIBGD20=1 \ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php