config_query GGAMES_SOUND "Enable sound?" y                               &&

if [[ "$GGAMES_SOUND" == "y" ]]; then
   if spell_ok gstreamer;  then
      config_query_list GGAMES_SNDLIB "Use which sound library?"          \
                        sdl_mixer gstreamer
   fi
fi                                                                        &&

config_query_list GGAMES_TLS "Which TLS library?"                         \
                  openssl gnutls                                          &&

config_query_option GGAMES_ANL "Enable asynchronous hostname lookups?" n  \
                    "--enable-anl" "--disable-anl"                        &&

config_query  HISCORES  "Backup and restore high scores?"  y
