summaryrefslogtreecommitdiff
path: root/ext/gd/php3_gd.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>1999-08-19 05:23:02 +0000
committerRasmus Lerdorf <rasmus@php.net>1999-08-19 05:23:02 +0000
commit7f970866316625324d57b056a2b99d0a954faf9e (patch)
tree1e7f89d0b92e559c38891b58c7a7ab3f5c59feae /ext/gd/php3_gd.h
parentfd28fec38bdf4ba8f1d857db799674da542c3492 (diff)
downloadphp-git-7f970866316625324d57b056a2b99d0a954faf9e.tar.gz
This should fix TTF support - untested
Diffstat (limited to 'ext/gd/php3_gd.h')
-rw-r--r--ext/gd/php3_gd.h2
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