From 7a8e12e7647e3ef6cab6b184166c08acc248b1a3 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 2bf36f9d2e89..caf68303e2aa 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.