From da49589d8b6f585d2421fbbcc34f705fcade2e8f Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Wed, 29 Mar 2006 08:49:25 +0000 Subject: [PATCH] bustage fix part #2 --- mailnews/import/comm4x/src/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mailnews/import/comm4x/src/Makefile.in b/mailnews/import/comm4x/src/Makefile.in index 2bf36f9d2e8..caf68303e2a 100644 --- a/mailnews/import/comm4x/src/Makefile.in +++ b/mailnews/import/comm4x/src/Makefile.in @@ -107,6 +107,10 @@ EXTRA_DSO_LDOPTS = \ $(MOZ_XPCOM_OBSOLETE_LIBS) \ $(NULL) +ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) +EXTRA_DSO_LDOPTS += $(TK_LIBS) +endif + else # we don't want the shared lib, but we want to force the creation of a static lib.