if [ "$AUDACITY_REL" == "beta" ]; then
      config_query_option  AUDACITY_SOUNDTOUCH  "Compile with SoundTouch (for tempo, \
pitch, and playback rate processing)?"  y   \
                     "--without-soundtouch"  "--without-soundtouch" &&
config_query_option  AUDACITY_PORTAUDIO  "Compile with PortAudio v19?"  y \
                     "--with-portaudio=v19" "--with-portaudio=v18"
fi &&

config_query_option  AUDACITY_NYQUIST  "Compile with Nyquist plug-in support?"  y  \
                     "--enable-nyquist"  "--disable-nyquist"          &&

config_query_option  AUDACITY_LADSPA  "Compile with LADSPA plug-in support?"  y  \
                     "--enable-ladspa"  "--disable-ladspa"                &&

config_query_option  AUDACITY_PORTMIXER  "Compile with PortMixer?"  y    \
                     "--with-portmixer"  "--without-portmixer"
