summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-04-21 09:09:01 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-04-21 09:09:01 (GMT)
commit9d27c20d496ebe21ef04f49dc7b9c100a2de340e (patch)
treeb97730c95be6a7cfb01d6341e83a5ff48dd55ba5 /library/dde/pkgIndex.tcl
parentd9dc3c7c3c720547bce9b9260cb6200ebaed735a (diff)
parentbcd88b005a09280f4b9725d611fd3763fd07241f (diff)
downloadtcl-9d27c20d496ebe21ef04f49dc7b9c100a2de340e.zip
tcl-9d27c20d496ebe21ef04f49dc7b9c100a2de340e.tar.gz
tcl-9d27c20d496ebe21ef04f49dc7b9c100a2de340e.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]