From: Heiko Schlittermann (HS12-RIPE) Date: Fri, 18 Oct 2019 13:15:47 +0000 (+0200) Subject: Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS) X-Git-Tag: exim-4.93-RC0^0 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/13032a329bb8133a2f56e8527c29f17c8fdfdbd0 Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS) --- diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile index 7e0bf38db..ecd2083a7 100755 --- a/src/scripts/Configure-Makefile +++ b/src/scripts/Configure-Makefile @@ -165,7 +165,7 @@ then eval "pc_value=\"\$$var\"" need_this='' need_core='' - if [ ".$SUPPORT_TLS" = "." ]; then + if [ ".$DISABLE_TLS" = .yes ]; then # no TLS, not referencing true elif [ ".$var" = ".USE_GNUTLS_PC" ] && [ ".$USE_GNUTLS" != "." ]; then