summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-10-18 15:15:47 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-10-18 15:15:47 +0200
commit13032a329bb8133a2f56e8527c29f17c8fdfdbd0 (patch)
treee26aa29689268e702025ef597f520020081d023b
parent53738d6ab53ad3b53e5e8db08de4849168e5cc14 (diff)
Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS)exim-4.93-RC0
-rwxr-xr-xsrc/scripts/Configure-Makefile2
1 files changed, 1 insertions, 1 deletions
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