diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2015-05-18 20:33:56 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2015-05-18 20:33:56 (GMT) |
commit | 8c0a7dab9b12dda93f76637c8e32316148890b88 (patch) | |
tree | 9ac06e69edb62cbb5a23db9265d76689584f644d /unix/configure.in | |
parent | 193821f1117e26ef65b36062a8e5488450a3525c (diff) | |
download | tcl-8c0a7dab9b12dda93f76637c8e32316148890b88.zip tcl-8c0a7dab9b12dda93f76637c8e32316148890b88.tar.gz tcl-8c0a7dab9b12dda93f76637c8e32316148890b88.tar.bz2 |
First attempt at implementing the necessary auto-magic for usleep.
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 #-------------------------------------------------------------------- |