diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-31 07:17:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-31 07:17:23 (GMT) |
commit | 5e3ca11761b27133a62ee5cd5e340956c640ca8d (patch) | |
tree | 25d6547ac3d6c287576cf22c273c42469c5cd392 /unix/README | |
parent | 63b0fef31a850917cdee0f9d059c51516e4b8593 (diff) | |
download | tcl-5e3ca11761b27133a62ee5cd5e340956c640ca8d.zip tcl-5e3ca11761b27133a62ee5cd5e340956c640ca8d.tar.gz tcl-5e3ca11761b27133a62ee5cd5e340956c640ca8d.tar.bz2 |
Neither use --disable-threads on MacOS builds, and don't mention it any more in the README
Diffstat (limited to 'unix/README')
-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. |