diff options
author | Scott MacVicar <scottmac@php.net> | 2008-07-18 01:16:25 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2008-07-18 01:16:25 +0000 |
commit | 62de800b360eea73f74ff8c61624065b6c32dbc1 (patch) | |
tree | 65be2eefeed5140287d7ba79060546bffaee5c60 /ext/gd/php_gd.h | |
parent | 9a60aed6d1925c98b1b40c19b40f5b4b65baa26e (diff) | |
download | php-git-62de800b360eea73f74ff8c61624065b6c32dbc1.tar.gz |
Remove freetype1 support
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 382a53cfce..8943cdb78e 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -24,7 +24,7 @@ #define HAVE_GDIMAGECREATEFROMPNG 1 -#if HAVE_LIBTTF|HAVE_LIBFREETYPE +#if HAVE_LIBFREETYPE #define ENABLE_GD_TTF #endif |