diff options
author | dgp <dgp@users.sourceforge.net> | 2018-05-31 19:23:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-05-31 19:23:15 (GMT) |
commit | fa47c96ac2f1c381bc05df8cbc79e648a10992e5 (patch) | |
tree | ee2f9fb254f9dc079b1e0372be730832bcb7e9f9 /unix | |
parent | 1ab67324ca8ca046f295fb79fa9d07967f2d5619 (diff) | |
parent | 5e3ca11761b27133a62ee5cd5e340956c640ca8d (diff) | |
download | tcl-fa47c96ac2f1c381bc05df8cbc79e648a10992e5.zip tcl-fa47c96ac2f1c381bc05df8cbc79e648a10992e5.tar.gz tcl-fa47c96ac2f1c381bc05df8cbc79e648a10992e5.tar.bz2 |
merge 8.7
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 2 | ||||
-rw-r--r-- | unix/README | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 56df223..0d6c664 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1891,7 +1891,7 @@ configure-packages: $$i/configure --with-tcl=../.. \ --with-tclinclude=$(GENERIC_DIR) \ $(PKG_CFG_ARGS) --libdir=$(PACKAGE_DIR) \ - --enable-shared --enable-threads; ) || exit $$?; \ + --enable-shared; ) || exit $$?; \ fi; \ fi; \ fi; \ 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. |