*** empty log message ***

This commit is contained in:
David Rose 2000-10-27 01:20:19 +00:00
parent 13ee90ecbc
commit 5bdd59dbae

View File

@ -138,9 +138,9 @@
#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/mozilla/dist/*/include #define NSPR_IPATH /usr/local/include/nspr
#define NSPR_LPATH #define NSPR_LPATH /usr/local/lib
#define NSPR_LIBS nspr3 #define NSPR_LIBS nspr4
#defer HAVE_NSPR $[libtest $[NSPR_LPATH],$[NSPR_LIBS]] #defer HAVE_NSPR $[libtest $[NSPR_LPATH],$[NSPR_LIBS]]
// Is VRPN installed, and where? // Is VRPN installed, and where?