Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
b93a6985dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/Config.pp

+ 2 - 2
dtool/Config.pp

@@ -138,8 +138,8 @@
 #defer HAVE_PYTHON $[isdir $[PYTHON_IPATH]]
 #defer HAVE_PYTHON $[isdir $[PYTHON_IPATH]]
 
 
 // Is NSPR installed, and where?
 // Is NSPR installed, and where?
-#define NSPR_IPATH /usr/local/include/nspr
-#define NSPR_LPATH /usr/local/lib
+#define NSPR_IPATH /usr/include/nspr
+#define NSPR_LPATH
 #define NSPR_LIBS nspr4
 #define NSPR_LIBS nspr4
 #defer HAVE_NSPR $[libtest $[NSPR_LPATH],$[NSPR_LIBS]]
 #defer HAVE_NSPR $[libtest $[NSPR_LPATH],$[NSPR_LIBS]]