From: Pierre Joye Date: Fri, 6 Apr 2007 15:42:27 +0000 (+0000) Subject: - MFB: Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and X-Git-Tag: RELEASE_1_1_0~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41274c7f878ede81183c91263496cdeb0f4a0a12;p=php - MFB: Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and HAVE_LIBFREETYPE to config.w32 (Thanks to Frank for the report) --- diff --git a/ext/gd/config.w32 b/ext/gd/config.w32 index b0286b04bc..7d7e5b5f96 100644 --- a/ext/gd/config.w32 +++ b/ext/gd/config.w32 @@ -37,6 +37,8 @@ if (PHP_GD != "no") { /D HAVE_GD_GIF_CREATE=1 \ /D HAVE_GD_IMAGESETBRUSH=1 \ /D HAVE_GD_IMAGESETTILE=1 \ +/D HAVE_GD_FONTMUTEX=1 \ +/D HAVE_LIBFREETYPE=1 \ /D HAVE_GD_JPG \ /D HAVE_GD_PNG \ /D HAVE_GD_STRINGFTEX=1 \