diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-23 17:09:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-23 17:09:58 (GMT) |
commit | 0dfed6948cae4e926c49b5fc888b4b74b247a262 (patch) | |
tree | 085eb933a60ff0edec54f99a646543cbc8f64816 /unix/configure.in | |
parent | f42f4ba9e433ebb4b0234a6c5dbf445a82fe085a (diff) | |
parent | 61947d12ec0d917d65a31b72dd14c2ee52c2ce5a (diff) | |
download | tcl-0dfed6948cae4e926c49b5fc888b4b74b247a262.zip tcl-0dfed6948cae4e926c49b5fc888b4b74b247a262.tar.gz tcl-0dfed6948cae4e926c49b5fc888b4b74b247a262.tar.bz2 |
Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix.
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/configure.in b/unix/configure.in index c7b0edc..ce68391 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -545,6 +545,12 @@ if test $tcl_cv_putenv_copy = yes; then fi #-------------------------------------------------------------------- +# Check for support of usleep function +#-------------------------------------------------------------------- + +SC_ENABLE_USLEEP + +#-------------------------------------------------------------------- # Check for support of nl_langinfo function #-------------------------------------------------------------------- |