Add a comment for bug 939880, DONTBUILD

This commit is contained in:
Ehsan Akhgari 2013-11-18 14:52:47 -05:00
parent 962d4f876b
commit f59a09f88a

View File

@ -13,6 +13,8 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(topsrcdir)/extensions/spellcheck/src
ifdef MOZ_NATIVE_HUNSPELL
# MOZ_HUNSPELL_CFLAGS is extracted through pkgconfig during configure,
# even though the variable doesn't show up in configure.in.
CXXFLAGS += $(MOZ_HUNSPELL_CFLAGS)
endif