diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-31 07:18:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-31 07:18:06 (GMT) |
commit | e4c4396db26e5cbd6d62b8fe7388d8be4b23a096 (patch) | |
tree | 3bf24c900e300a448610bcfa127c7a19a420e062 /unix | |
parent | 76ffa2482f182644b922e349261a2c8afd7ace75 (diff) | |
parent | 5e3ca11761b27133a62ee5cd5e340956c640ca8d (diff) | |
download | tcl-e4c4396db26e5cbd6d62b8fe7388d8be4b23a096.zip tcl-e4c4396db26e5cbd6d62b8fe7388d8be4b23a096.tar.gz tcl-e4c4396db26e5cbd6d62b8fe7388d8be4b23a096.tar.bz2 |
merge 8.7
Diffstat (limited to 'unix')
-rw-r--r-- | unix/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/README b/unix/README index d8f1090..381cbdd 100644 --- a/unix/README +++ b/unix/README @@ -45,8 +45,6 @@ How To Compile And Install Tcl: refer to the autoconf documentation (not included here). Tcl's "configure" supports the following special switches in addition to the standard ones: - --enable-threads If this switch is set, Tcl will compile itself - with multithreading support. --disable-load If this switch is specified then Tcl will configure itself not to allow dynamic loading, even if your system appears to support it. |