Copyright updates:
[exim.git] / src / scripts / Configure-Makefile
index 7e0bf38db7df70948ec85666cfa99e386bbfad0d..61368ecb3ac2e7377383efdbb8eaffe0295e3aa8 100755 (executable)
@@ -7,7 +7,7 @@ export LC_ALL
 # just got too horrendous to get it right in "make", because of the optionally
 # existing configuration files.
 #
-# Copyright (c) The Exim Maintainers 1995 - 2018
+# Copyright (c) The Exim Maintainers 1995 - 2020
 
 
 # First off, get the OS type, and check that there is a make file for it.
@@ -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