From dd69dd33224216761d3e170137e670e7d5b1f2a6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 22 Jun 2005 13:06:57 +0000 Subject: [PATCH] change NSPR to depend on header file, not library --- dtool/Config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index ec62882d34..7174260479 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -317,7 +317,7 @@ #define NSPR_IPATH /usr/include/nspr #define NSPR_LPATH #define NSPR_LIBS nspr4 -#defer HAVE_NSPR $[libtest $[NSPR_LPATH],$[NSPR_LIBS]] +#defer HAVE_NSPR $[isfile $[NSPR_IPATH]/prtypes.h] // Is a third-party STL library installed, and where? This is only // necessary if the default include and link lines that come with the