@@ -44,12 +44,14 @@ if {$value} { append description ", Built as a Library" } } "dynamictk" { - if {[lsearch -exact $buildinfo(packages) "tk"] != -1} { - append description ", Forced Tk Dynamic Linking" + if {$value} { + if {[lsearch -exact $buildinfo(packages) "tk"] != -1} { + append description ", Forced Tk Dynamic Linking" + } } } "threaded" { if {$value} { append description ", Threaded" @@ -64,10 +66,15 @@ } "minbuild" { if {$value} { append description ", Without Tcl pkgs/ and all encodings" } + } + "staticlibssl" { + if {$value} { + append description ", Statically linked to LibSSL" + } } "storage" { switch -- $value { "mk4" { append description ", Metakit-based"