diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-23 16:53:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-23 16:53:42 (GMT) |
commit | 61947d12ec0d917d65a31b72dd14c2ee52c2ce5a (patch) | |
tree | 73d5cc27a2fdf277ab22129857f9bd85e2f6a300 /unix/configure.in | |
parent | b6b49cf918923cfd65f36e367eb53becaaf6b264 (diff) | |
parent | bc9648f913a629f7845e64a802b2519bb5a729a7 (diff) | |
download | tcl-61947d12ec0d917d65a31b72dd14c2ee52c2ce5a.zip tcl-61947d12ec0d917d65a31b72dd14c2ee52c2ce5a.tar.gz tcl-61947d12ec0d917d65a31b72dd14c2ee52c2ce5a.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 6c7cc09..9c93024 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -479,6 +479,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 #-------------------------------------------------------------------- |