340807 Spell checking broken on OS X, can't use Cocoa spell checker in a Carbon app. Use myspell when under Carbon. r=pink

This commit is contained in:
mark%moxienet.com 2006-06-15 23:51:32 +00:00
parent c565bc17c6
commit 51019ca217

View File

@ -44,7 +44,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = spellchecker
DIRS = src idl locales
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifneq (,$(filter cocoa,$(MOZ_WIDGET_TOOLKIT)))
DIRS += osxspell
else
DIRS += myspell