summaryrefslogtreecommitdiffstats
path: root/library/dde1.1
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-08-09 01:00:56 (GMT)
committerdgp <dgp@noemail.net>2001-08-09 01:00:56 (GMT)
commit4f5c441aff06e9499f190a630f918f2f345c0c86 (patch)
tree4de665abc3dfdb39a9a0c0f58bc83b5fa475cc88 /library/dde1.1
parent17f0c7e5e769d24f08d643c68bf82da3a7cabd04 (diff)
downloadtcl-4f5c441aff06e9499f190a630f918f2f345c0c86.zip
tcl-4f5c441aff06e9499f190a630f918f2f345c0c86.tar.gz
tcl-4f5c441aff06e9499f190a630f918f2f345c0c86.tar.bz2
Add package dependency checks. Upgrade packages bundled with
Tcl 8.3.x: http 2.3.2, msgcat 1.1.1, opt 0.4.3, tcltest 1.0.1. FossilOrigin-Name: b6aa9b01039c3ba9805ea24a6b93594f0cf1fb10
Diffstat (limited to 'library/dde1.1')
-rw-r--r--library/dde1.1/pkgIndex.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/dde1.1/pkgIndex.tcl b/library/dde1.1/pkgIndex.tcl
index f818736..7e7a5a2 100644
--- a/library/dde1.1/pkgIndex.tcl
+++ b/library/dde1.1/pkgIndex.tcl
@@ -1,3 +1,4 @@
+if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[info exists tcl_platform(debug)]} {
package ifneeded dde 1.1 [list load [file join $dir tcldde83d.dll] dde]
} else {