Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS)
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>
Tue, 3 Dec 2019 06:12:20 +0000 (07:12 +0100)
(cherry picked from commit 13032a329bb8133a2f56e8527c29f17c8fdfdbd0)

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