Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS)
[exim.git] / src / scripts / Configure-Makefile
index 7e0bf38db7df70948ec85666cfa99e386bbfad0d..ecd2083a77bdd8ec2892171cd3fefefd4479c30e 100755 (executable)
@@ -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