Make autoconf ignore old setting of MOZ_MEDIUM as well as MOZ_LITE

This commit is contained in:
cls%seawood.org 1998-09-30 20:13:35 +00:00
Родитель 6f43233e5b
Коммит 34c9f27ece
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -466,7 +466,6 @@ MOZ_COMMUNICATOR_CONFIG_JS = 1
MOZ_COPY_ALL_JARS = 1
MOZ_EDITOR = 1
endif
endif # ! USE_AUTOCONF
ifdef MOZ_MEDIUM
MOZ_MAIL_COMPOSE = 1
@ -474,6 +473,7 @@ ifndef MODULAR_NETLIB
MOZ_SINGLESIGNON = 1
endif
endif
endif # ! USE_AUTOCONF
ifdef MOZ_MAIL_COMPOSE
DEFINES += -DMOZ_MAIL_COMPOSE