From: Pierre Joye Date: Tue, 31 Mar 2009 18:05:36 +0000 (+0000) Subject: - silent warning X-Git-Tag: php-5.3.0RC2~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03243d7e17702ac4e712d6b77c2a81f7cc2eb9c6;p=php - silent warning --- diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 0f12a8c258..008bb5d7d7 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