config_query FLUXBOX_CONF "Go through all (10) configuration options?" n

if [[ $FLUXBOX_CONF == y ]]; then
  config_query_option FLUXBOX_OPTS "include code for the Slit?" y \
                                   "--enable-slit" \
                                   "--disable-slit" &&

  config_query_option FLUXBOX_OPTS "include code for Remembering attributes?" y \
                                   "--enable-remember" \
                                   "--disable-remember" &&

  config_query_option FLUXBOX_OPTS "include code for Toolbar?" y \
                                   "--enable-toolbar" \
                                   "--disable-toolbar" &&

  config_query_option FLUXBOX_OPTS "regular expression support?" y \
                                   "--enable-regexp" \
                                   "--disable-regexp" &&

  config_query_option FLUXBOX_OPTS "include code for new WM Spec?" y \
                                   "--enable-newwmspec" \
                                   "--disable-newwmspec" &&

  config_query_option FLUXBOX_OPTS "include code for ordered pseudocolor (8bpp) dithering?" n \
                                   "--enable-ordered-pseudo" \
                                   "--disable-ordered-pseudo" &&

  config_query_option FLUXBOX_OPTS "include verbose debugging code?" n \
                                   "--enable-debug" \
                                   "--disable-debug" &&

  config_query_option FLUXBOX_OPTS "include native language support?" n \
                                   "--enable-nls" \
                                   "--disable-nls" &&

  config_query_option FLUXBOX_OPTS "use new timed pixmap cache?" y \
                                   "--enable-timed-cache" \
                                   "--disable-timed-cache" &&

  config_query_option FLUXBOX_OPTS "Xmb (multibyte font, utf-8) support?" y \
                                   "--enable-xmb" \
                                   "--disable-xmb"
fi
