if spell_ok subversion; then
  config_query SVN_HEAD 'Download latest Subversion source code?' n
else
  if [[ $SVN_HEAD == y ]]; then
    message "No subversion present! Falling back to the stable tarball." &&
    SVN_HEAD=n
  fi
fi
