Comment 92 for bug 162993

Revision history for this message
In , Reed Loden (reed) wrote :

(From update of attachment 292010)
>+ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT))
...
>+ifneq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT)))

Why not use the same type of check for both of these?