s/ifeq/ifneq/ to make the check for only Cocoa instead of non-Cocoa (fallout from bug 397834).

This commit is contained in:
reed@reedloden.com 2007-10-02 01:26:15 -07:00
parent 264c4a2f45
commit 9df677a0a0

View File

@ -94,7 +94,7 @@ EXTRA_DSO_LDOPTS = \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
ifeq (,$(filter cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifneq (,$(filter cocoa,$(MOZ_WIDGET_TOOLKIT)))
EXTRA_DSO_LDOPTS += \
$(TK_LIBS) \
$(NULL)