Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
5bdd59dbae
1 changed files with 3 additions and 3 deletions
  1. 3 3
      dtool/Config.pp

+ 3 - 3
dtool/Config.pp

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