config_query_option  ICEWEASEL_MAILNEWS                  \
                     'Build Mail/News client?'           \
                     y                                   \
                     '--enable-mailnews'                 \
                     '--disable-mailnews'                &&
config_query_option  ICEWEASEL_CALENDAR                  \
                     'Build Calendar component?'         \
                     y                                   \
                     '--enable-calendar'                 \
                     '--disable-calendar'                &&
config_query_option  ICEWEASEL_CHAT                      \
                     'Build ChatZilla component?'        \
                     y                                   \
                     '--enable-chatzilla'                \
                     '--disable-chatzilla'               &&
config_query_option  ICEWEASEL_COMPOSER                  \
                     'Build Composer component?'         \
                     y                                   \
                     '--enable-composer'                 \
                     '--disable-composer'                &&
config_query_option  ICEWEASEL_MATHML                    \
                     'Enable MathML?'                    \
                     y                                   \
                     '--enable-mathml'                   \
                     '--disable-mathml'                  &&
config_query_option  ICEWEASEL_JS                        \
                     'Build JavaScript profile tool?'    \
                     n                                   \
                     '--enable-xpctools'                 \
                     '--disable-xpctools'                &&
config_query_list  ICEWEASEL_RENDER                      \
                   'Possible SVG renderers:'             \
                   'cairo' 'libart' 'none'
