diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-17 19:05:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-17 19:05:37 (GMT) |
commit | 37c4a581adba19a71bdc30897e11a4be2d24b2ce (patch) | |
tree | 9e1c46e9cd0b8c0e41b8d692d4527228a718e7c0 /unix/configure.ac | |
parent | cfd3e7533755f50f92a64c9a5b637b52f30ae3ee (diff) | |
parent | 4f1ea4779be85d8837f3a133b52d3b5aa9e53fda (diff) | |
download | tcl-37c4a581adba19a71bdc30897e11a4be2d24b2ce.zip tcl-37c4a581adba19a71bdc30897e11a4be2d24b2ce.tar.gz tcl-37c4a581adba19a71bdc30897e11a4be2d24b2ce.tar.bz2 |
Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer necessary)
Diffstat (limited to 'unix/configure.ac')
-rw-r--r-- | unix/configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unix/configure.ac b/unix/configure.ac index bd7a0e4..8b029d4 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -120,12 +120,6 @@ if test -z "$no_pipe" && test -n "$GCC"; then fi #------------------------------------------------------------------------ -# Threads support -#------------------------------------------------------------------------ - -SC_ENABLE_THREADS - -#------------------------------------------------------------------------ # Embedded configuration information, encoding to use for the values, TIP #59 #------------------------------------------------------------------------ |