From f7484947125cd24760710ce6aa39d3931763341a Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Thu, 11 Mar 2010 12:39:11 +0100 Subject: [PATCH] Bug 550835 - TB cannot be built using system hunspell lib; (Bv1) Update SeaMonkey too. r=standard8. --- suite/app/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/suite/app/Makefile.in b/suite/app/Makefile.in index 0348bdc473..53c3b4d917 100644 --- a/suite/app/Makefile.in +++ b/suite/app/Makefile.in @@ -133,9 +133,11 @@ ifdef MOZ_ENABLE_DBUS LIBS += $(MOZ_DBUS_GLIB_LIBS) endif +ifndef MOZ_ENABLE_LIBXUL ifdef MOZ_NATIVE_HUNSPELL LIBS += $(MOZ_HUNSPELL_LIBS) endif +endif ifndef MOZ_WINCONSOLE ifdef MOZ_DEBUG