ifdef'd out MOZ_OJI as only the bare minimum should be on by default for the autoconf buld.

This commit is contained in:
cls%seawood.org 1998-08-28 07:00:13 +00:00
Родитель 245f9a261d
Коммит 29c5d4e8cc
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -545,8 +545,10 @@ DEFINES += -DNSPR
endif
ifndef MOZ_JAVA
ifndef USE_AUTOCONF
MOZ_OJI = 1 # on by default now
endif
endif
ifdef MOZ_JAVA
DEFINES += -DJAVA