summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-08-10 23:37:06 +0000
committerwtc%netscape.com <devnull@localhost>1998-08-10 23:37:06 +0000
commit5f262152c2bc8930be0797f8df33439961f6a387 (patch)
tree7b341fc476095d17ec2293017a4123b90b79314f
parent234e8fc187a9e708709e98909bdf625849ad8071 (diff)
downloadnspr-hg-5f262152c2bc8930be0797f8df33439961f6a387.tar.gz
Enable pthreads-based Mozilla build. TO do a pthreads-based build,
set the environment variable USE_PTHREADS to 1. Files changed: mozilla/config/OSF1.mk, mozilla/nsprpub/config/OSF1.mk.
-rw-r--r--config/OSF1.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/OSF1.mk b/config/OSF1.mk
index a7bc04f2..0c4ccbb1 100644
--- a/config/OSF1.mk
+++ b/config/OSF1.mk
@@ -33,8 +33,10 @@ include $(MOD_DEPTH)/config/UNIX.mk
# Temporary define for the Client; to be removed when binary release is used
#
ifdef MOZILLA_CLIENT
+ifneq ($(USE_PTHREADS),1)
CLASSIC_NSPR = 1
endif
+endif
#
# On OSF1 V3.2, classic nspr is the default (and only) implementation