From: Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
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
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=015a350e869161cb4ebc66c84f7aa1b59db0f055;p=exim.git

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