X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fscripts%2FConfigure-Makefile;h=61368ecb3ac2e7377383efdbb8eaffe0295e3aa8;hp=2af19272132c96e478a012a5f7c869eff967a6c2;hb=302e7912253bd1f1a88f04d9a8a71d8a3c9b93fc;hpb=9242a7e8cfa94bbc9dd7eca6bd651b569b871c4e diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile index 2af192721..61368ecb3 100755 --- a/src/scripts/Configure-Makefile +++ b/src/scripts/Configure-Makefile @@ -1,12 +1,13 @@ #! /bin/sh -export LC_ALL=C +LC_ALL=C +export LC_ALL # Shell script to build Makefile in a build directory. It must be called # from inside the directory. It does its own checking of when to rebuild; it # just got too horrendous to get it right in "make", because of the optionally # existing configuration files. # -# Copyright (c) The Exim Maintainers 2017 +# Copyright (c) The Exim Maintainers 1995 - 2020 # First off, get the OS type, and check that there is a make file for it. @@ -164,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