summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-04-21 09:07:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-04-21 09:07:00 (GMT)
commit7fe49bb7164153f93609697d3501cf9277b87a5c (patch)
tree03cddd21c52bcb77b2be2f53cc1f659ff76fe941 /library/dde/pkgIndex.tcl
parent861a3771f91a7c67ef0cf2947ba0c5390febb62f (diff)
parentbcd88b005a09280f4b9725d611fd3763fd07241f (diff)
downloadtcl-7fe49bb7164153f93609697d3501cf9277b87a5c.zip
tcl-7fe49bb7164153f93609697d3501cf9277b87a5c.tar.gz
tcl-7fe49bb7164153f93609697d3501cf9277b87a5c.tar.bz2
merge trunk
Diffstat (limited to 'library/dde/pkgIndex.tcl')
-rw-r--r--library/dde/pkgIndex.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl
index 3125ada..194e4cd 100644
--- a/library/dde/pkgIndex.tcl
+++ b/library/dde/pkgIndex.tcl
@@ -1,6 +1,6 @@
-if {![package vsatisfies [package provide Tcl] 8]} {return}
+if {![package vsatisfies [package provide Tcl] 8.5]} {return}
if {[string compare $::tcl_platform(platform) windows]} {return}
-if {[info exists ::tcl_platform(debug)]} {
+if {[::tcl::pkgconfig get debug]} {
package ifneeded dde 1.3.2 [list load [file join $dir tcldde13g.dll] dde]
} else {
package ifneeded dde 1.3.2 [list load [file join $dir tcldde13.dll] dde]