Moving USE_PTHREADS define over to mozilla/config/config.mk, more than jpeg needs this.

git-svn-id: svn://10.0.0.236/trunk@8060 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 1998-08-15 01:25:44 +00:00
parent 510af228fe
commit a343fc80f6

View File

@ -81,8 +81,3 @@ endif
include $(DEPTH)/config/rules.mk
# From nsprpub/config/config.mk, mozilla/jpeg needs to know
# about USE_PTHREADS. This fixes platforms like SparcLinux. -mcafee
ifeq ($(USE_PTHREADS), 1)
OS_CFLAGS += -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM
endif