From 00238ad1ba0e51b868edf5eb685ae55ceb027028 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Fri, 23 Jul 1999 15:18:37 +0000 Subject: Added check for freetype.h --- ext/gd/gdcache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/gd/gdcache.c') diff --git a/ext/gd/gdcache.c b/ext/gd/gdcache.c index 1662ebb184..e9c628607b 100644 --- a/ext/gd/gdcache.c +++ b/ext/gd/gdcache.c @@ -38,11 +38,11 @@ /* This just seems unessacary */ #if (WIN32|WINNT) -#define HAVE_LIBTTF 1 +#define ENABLE_GD_TTF #else #include "php_config.h" #endif -#if HAVE_LIBTTF +#ifdef ENABLE_GD_TTF #include "gdcache.h" @@ -198,4 +198,4 @@ main(char *argv[], int argc) #endif -#endif /* HAVE_LIBTTF */ +#endif /* ENABLE_GD_TTF */ -- cgit v1.2.1