Fixed the macro so this can be compiled with ft1

This commit is contained in:
Moriyoshi Koizumi 2002-11-24 00:59:41 +00:00
parent fe23fcab12
commit 9db2512418

View File

@ -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;