depends confuse &&

case $INADYN_SSL in
  gnutls)
    depends gnutls '--enable-ssl'
  ;;
  openssl)
    depends SSL '--enable-ssl --enable-openssl'
  ;;
  *)
    message "${PROBLEM_COLOR}WARNING: HTTPS support was not enabled, and it's highly recommended (but it may not be supported by service provider).${DEFAULT_COLOR}"
  ;;
esac
