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

This commit is contained in:
mcafee%netscape.com 1998-08-15 01:25:44 +00:00
Родитель 6720421d25
Коммит dd7d28a33a
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -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