summaryrefslogtreecommitdiff
path: root/ext/gd/gdcache.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>1999-08-19 06:32:07 +0000
committerRasmus Lerdorf <rasmus@php.net>1999-08-19 06:32:07 +0000
commit314f10749820c896821f4d92d2aada73498314bf (patch)
tree58b8c9222fc2d727809cc822c24cae6802e0e6a1 /ext/gd/gdcache.c
parent7f970866316625324d57b056a2b99d0a954faf9e (diff)
downloadphp-git-314f10749820c896821f4d92d2aada73498314bf.tar.gz
TTF support tested and working now
Diffstat (limited to 'ext/gd/gdcache.c')
-rw-r--r--ext/gd/gdcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gdcache.c b/ext/gd/gdcache.c
index e9c628607b..b89f5610ac 100644
--- a/ext/gd/gdcache.c
+++ b/ext/gd/gdcache.c
@@ -42,7 +42,7 @@
#else
#include "php_config.h"
#endif
-#ifdef ENABLE_GD_TTF
+#if HAVE_LIBTTF|HAVE_LIBFREETYPE
#include "gdcache.h"