Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS) exim-4.93-RC0
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Fri, 18 Oct 2019 13:15:47 +0000 (15:15 +0200)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Fri, 18 Oct 2019 13:15:47 +0000 (15:15 +0200)
src/scripts/Configure-Makefile

index 7e0bf38db7df70948ec85666cfa99e386bbfad0d..ecd2083a77bdd8ec2892171cd3fefefd4479c30e 100755 (executable)
@@ -165,7 +165,7 @@ then
         eval "pc_value=\"\$$var\""
         need_this=''
         need_core=''
         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
           # no TLS, not referencing
           true
         elif [ ".$var" = ".USE_GNUTLS_PC" ] && [ ".$USE_GNUTLS" != "." ]; then