config_query WEECHAT_DEVEL "Build development version?" n
if [ "$WEECHAT_DEVEL" == "y" ]; then
  config_query WEECHAT_DEVEL_CVS "Use CVS version instead of devel package?" n
  config_query  WEECHAT_DEVEL_AUTOUPDATE   \
                "Update to the latest devel automatically on every cast?"  n
  config_query DEV_DEBUG "Enable debug messages?" n
  if [ "$DEV_DEBUG" == "y" ]; then config_query DEV_DEBUG_FULL "Print debug messages to the window?" n; fi
  if [ "$WEECHAT_DEVEL_CVS" == "y" ]; then
    config_query DEV_CMAKE "Use cmake instead of autotools? (may fail, still in testing)" n
  fi
fi
