diff options
Diffstat (limited to 'ext/gd/php3_gd.h')
-rw-r--r-- | ext/gd/php3_gd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/php3_gd.h b/ext/gd/php3_gd.h index 1be536324d..ebc0d007e5 100644 --- a/ext/gd/php3_gd.h +++ b/ext/gd/php3_gd.h @@ -35,7 +35,7 @@ #define _PHP3_GD_H -#if defined(HAVE_LIBTTF) && defined(HAVE_FREETYPE_H) +#if defined(HAVE_LIBTTF) #define ENABLE_GD_TTF #endif |