diff options
author | Sascha Schumann <sas@php.net> | 1999-08-17 18:06:39 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-08-17 18:06:39 +0000 |
commit | 1f4d09c09f5fd3a21e90ff7b9912919ddd29c31c (patch) | |
tree | 026e274d0e42688bea5fad8e5b113abadaf39099 | |
parent | 4ceffd71314b5d72e4a6a99277d8adce724ff889 (diff) | |
download | php-git-1f4d09c09f5fd3a21e90ff7b9912919ddd29c31c.tar.gz |
HAVE_FREETYPE_H isn't defined anywhere. HAVE_LIBTTF should be sufficient
-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 |