From: David Levine Date: Mon, 24 Oct 2016 18:33:23 +0000 (-0400) Subject: Removed OAUTH support detection from because configure does it. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/680d7e5d3c9b49aaeb0b4414ead45f0b123b44f0?hp=af131312b9f608eb0af42bd5c47152b78442a7b0 Removed OAUTH support detection from because configure does it. --- diff --git a/docs/contrib/build_nmh b/docs/contrib/build_nmh index 90e733a5..6c90d66f 100755 --- a/docs/contrib/build_nmh +++ b/docs/contrib/build_nmh @@ -190,7 +190,6 @@ config_mts=smtp config_smtpservers=localhost config_sasl=n config_tls=n -config_oauth=n config_debug=n @@ -233,13 +232,9 @@ if install-mh -check >/dev/null 2>&1; then case `$mhbin/mhparam tls` in *tls*) config_tls=y ;; esac - - case `$mhbin/mhparam oauth` in - *oauth*) config_oauth=y ;; - esac else tput smso - echo "$0: SASL, TLS, and OAuth2 detection not supported with current nmh" + echo "$0: SASL and TLS detection not supported with current nmh" [ $yes -eq 1 ] && echo "will not configure them in" tput rmso fi @@ -277,10 +272,6 @@ if [ $yes -eq 0 ]; then read response [ "$response" = y -o "$response" = Y ] && config_tls=y - printf 'OAuth2 support [%s]: ' $config_oauth >&3 - read response - [ "$response" = y -o "$response" = Y ] && config_oauth=y - #### Don't confirm debug here: obey the -d option to this script. fi @@ -295,7 +286,6 @@ config_opts="--prefix=$config_prefix" smtpservers="--with-smtpservers=$config_smtpservers" [ "$config_sasl" = y ] && config_opts="$config_opts --with-cyrus-sasl" [ "$config_tls" = y ] && config_opts="$config_opts --with-tls" -[ "$config_oauth" = y ] && config_opts="$config_opts --with-oauth" [ $config_debug = y ] && config_opts="$config_opts --enable-assert" #### dotlocking, the usual default, requires chgrp and chmod of inc.