summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-06-04 13:08:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-06-04 13:08:54 (GMT)
commit050e383cf2f4f6e67ba6030a187257e0c2c0b1e0 (patch)
treec8503d07c1c9cef078bbf8e61a99c043a051aebd /unix
parent2db0464fd943cc115d69a8e62696704759a88ed2 (diff)
parentddd37fb237f275386ac83a0f5c31ce8a47d36405 (diff)
downloadtcl-050e383cf2f4f6e67ba6030a187257e0c2c0b1e0.zip
tcl-050e383cf2f4f6e67ba6030a187257e0c2c0b1e0.tar.gz
tcl-050e383cf2f4f6e67ba6030a187257e0c2c0b1e0.tar.bz2
merge 8.7
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
-rw-r--r--unix/README2
2 files changed, 1 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 51c06e5..e1d7d65 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1759,7 +1759,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.