summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2015-05-18 20:33:56 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2015-05-18 20:33:56 (GMT)
commit0dd03dfef90c4e73923a50809af00903246fdbc0 (patch)
tree9ac06e69edb62cbb5a23db9265d76689584f644d /unix/configure.in
parent2e3d1fac48ab90dc6870398c1d19cd41361470ec (diff)
downloadtcl-0dd03dfef90c4e73923a50809af00903246fdbc0.zip
tcl-0dd03dfef90c4e73923a50809af00903246fdbc0.tar.gz
tcl-0dd03dfef90c4e73923a50809af00903246fdbc0.tar.bz2
First attempt at implementing the necessary auto-magic for usleep.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in6
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
#--------------------------------------------------------------------