From: Pierre Joye Date: Tue, 31 Mar 2009 18:08:12 +0000 (+0000) Subject: - MFB: silent warning X-Git-Tag: php-5.4.0alpha1~191^2~4006 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e983c6b94a6a26ed37294a31efbb598cbf5a015;p=php - MFB: silent warning --- diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 0c9de4b217..a3ffc62049 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -25,7 +25,9 @@ #define HAVE_GDIMAGECREATEFROMPNG 1 #if HAVE_LIBFREETYPE -#define ENABLE_GD_TTF +# ifndef ENABLE_GD_TTF +# define ENABLE_GD_TTF +# endif #endif #if HAVE_LIBGD