config_query_option  ICECAT_MAILNEWS                     \
                     'Build Mail/News client?'           \
                     y                                   \
                     '--enable-mailnews'                 \
                     '--disable-mailnews'                &&
config_query_option  ICECAT_CALENDAR                     \
                     'Build Calendar component?'         \
                     y                                   \
                     '--enable-calendar'                 \
                     '--disable-calendar'                &&
config_query_option  ICECAT_CHAT                         \
                     'Build ChatZilla component?'        \
                     y                                   \
                     '--enable-chatzilla'                \
                     '--disable-chatzilla'               &&
config_query_option  ICECAT_COMPOSER                     \
                     'Build Composer component?'         \
                     y                                   \
                     '--enable-composer'                 \
                     '--disable-composer'                &&
config_query_option  ICECAT_MATHML                       \
                     'Enable MathML?'                    \
                     y                                   \
                     '--enable-mathml'                   \
                     '--disable-mathml'                  &&
config_query_option  ICECAT_JS                           \
                     'Build JavaScript profile tool?'    \
                     n                                   \
                     '--enable-xpctools'                 \
                     '--disable-xpctools'                &&
config_query_list  ICECAT_RENDER                         \
                   'Possible SVG renderers:'             \
                   'cairo' 'libart' 'none'               &&
config_query_list  ICECAT_TOOLKIT                        \
                   'Possible graphics toolkits'          \
                   'gtk' 'gtk2' 'qt-x11' 'xlib'          &&

config_query  ICECAT_NULLPLUGIN                          \
"Do you want nullplugin installed (to enable auto search and install of other plugins)" \
              y
