if test "$(get_spell_provider $SPELL GECKO)" = firefox; then
   OPTS="$OPTS --with-gtkmozembed=firefox"
else
   OPTS="$OPTS --with-gtkmozembed=mozilla"
fi &&

default_build
