Fix non-Android test failures due to MOZ_SPELLCHECK not being defined in editor; r=dougt

This commit is contained in:
Ed Morley 2011-10-16 01:33:48 +01:00
Родитель 65d610768c
Коммит 1d0e5f50ae
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -46,6 +46,10 @@ ifdef ENABLE_TESTS
DIRS += tests
endif
ifdef MOZ_SPELLCHECK
DEFINES += -DMOZ_SPELLCHECK
endif
MODULE = editor
LIBRARY_NAME = editorbase_s
LIBXUL_LIBRARY = 1