diff options
| -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 ebc0d007e5..d15ff9b9e7 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) +#if HAVE_LIBTTF|HAVE_LIBFREETYPE #define ENABLE_GD_TTF #endif |
