[exim-cvs] Make makefile: Handle DISABLE_TLS (option changed…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS)
Gitweb: https://git.exim.org/exim.git/commitdiff/59bc484ca1aab0d4f26f3078530b8058c53ccee7
Commit:     59bc484ca1aab0d4f26f3078530b8058c53ccee7
Parent:     54ebae896d299e5b366e859b8874c7ccd7e501ec
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Fri Oct 18 15:15:47 2019 +0200
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Tue Dec 3 07:12:20 2019 +0100


    Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS)


    (cherry picked from commit 13032a329bb8133a2f56e8527c29f17c8fdfdbd0)
---
 src/scripts/Configure-Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile
index 7e0bf38..ecd2083 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