From 5e32b77580f4e8620e655ffafc2e71b0332ded00 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 7 Feb 2003 00:56:59 +0000 Subject: [PATCH] better test for freetype --- dtool/Config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index 2576e6bf77..441a55c920 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -391,7 +391,7 @@ // tells us where to look for the various files. On Windows, we need to // supply this information explicitly. #define FREETYPE_CONFIG freetype-config -#defer HAVE_FREETYPE $[bintest $[FREETYPE_CONFIG]] +#defer HAVE_FREETYPE $[or $[libtest $[FREETYPE_LPATH],$[FREETYPE_LIBS]],$[bintest $[FREETYPE_CONFIG]]] #define FREETYPE_CFLAGS #define FREETYPE_IPATH #define FREETYPE_LPATH