diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 1999-08-19 05:23:02 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 1999-08-19 05:23:02 +0000 |
| commit | 7f970866316625324d57b056a2b99d0a954faf9e (patch) | |
| tree | 1e7f89d0b92e559c38891b58c7a7ab3f5c59feae | |
| parent | fd28fec38bdf4ba8f1d857db799674da542c3492 (diff) | |
| download | php-git-7f970866316625324d57b056a2b99d0a954faf9e.tar.gz | |
This should fix TTF support - untested
| -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 |
