Add back "package require Tclx 8.0" (Ldaptcl depends on it).

This commit is contained in:
Randy Kunkee 1999-07-27 07:39:42 +00:00
parent 9189f9e1e5
commit 9c90663ad3

View file

@ -1 +1 @@
package ifneeded Ldaptcl @NEO_VERSION@ "load [file join $dir .. @NEO_SHARED_LIB_FILE@] Ldaptcl"
package ifneeded Ldaptcl @NEO_VERSION@ "package require Tclx 8.0; load [file join $dir .. @NEO_SHARED_LIB_FILE@] Ldaptcl"