Diff

Differences From Artifact [8d9092ef0d]:

To Artifact [004f926c80]:


42
43
44
45
46
47
48

49

50
51
52
53
54
55
56
		switch -- $option {
			"kitdll" {
				if {$value} {
					append description ", Built as a Library"
				}
			}
			"dynamictk" {

				append description ", Forced Tk Dynamic Linking"

			}
			"threaded" {
				if {$value} {
					append description ", Threaded"
				} else {
					append description ", Unthreaded"
				}







>
|
>







42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
		switch -- $option {
			"kitdll" {
				if {$value} {
					append description ", Built as a Library"
				}
			}
			"dynamictk" {
				if {[lsearch -exact $buildinfo(packages) "tk"] != -1} {
					append description ", Forced Tk Dynamic Linking"
				}
			}
			"threaded" {
				if {$value} {
					append description ", Threaded"
				} else {
					append description ", Unthreaded"
				}