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 08:26:15 +00:00
Родитель 062a824cf8
Коммит 98b7c99138
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)