From: Moriyoshi Koizumi Date: Sun, 24 Nov 2002 00:59:41 +0000 (+0000) Subject: Fixed the macro so this can be compiled with ft1 X-Git-Tag: RELEASE_1_0b2~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9db251241888591bdf87f1f05b2a8e518e2b6a9c;p=php Fixed the macro so this can be compiled with ft1 --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 6984b351a0..198c28886f 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -416,7 +416,7 @@ PHP_MINIT_FUNCTION(gd) */ PHP_RSHUTDOWN_FUNCTION(gd) { -#if HAVE_LIBGD20 +#if HAVE_LIBGD20 && HAVE_GD_STRINGFT gdFreeFontCache(); #endif return SUCCESS;