X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fscripts%2FConfigure-Makefile;h=ecd2083a77bdd8ec2892171cd3fefefd4479c30e;hb=5fcc791a74a6f6933b3fb03f36e9ea3553152cf7;hp=648960e44036f96bdceb04d2dc7a5c240475ff22;hpb=47d004587fc190f7649b76eca3e9d18a8dfa2ab6;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile index 648960e44..ecd2083a7 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 2016 +# Copyright (c) The Exim Maintainers 1995 - 2018 # 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