diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-25 19:39:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-25 19:39:38 (GMT) |
commit | e36e1a062d95b44a81c16c2435d235196ca8aa4c (patch) | |
tree | 071183b786b41bd120b0b330950b7cd8009debf9 /unix/configure.in | |
parent | 042f85a7d6565407ef15942699cb0e1d2f28330e (diff) | |
download | tcl-e36e1a062d95b44a81c16c2435d235196ca8aa4c.zip tcl-e36e1a062d95b44a81c16c2435d235196ca8aa4c.tar.gz tcl-e36e1a062d95b44a81c16c2435d235196ca8aa4c.tar.bz2 |
Remove use of HAVE_USLEEP. It isn't use anywhere any more.
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unix/configure.in b/unix/configure.in index 9c93024..6c7cc09 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -479,12 +479,6 @@ 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 #-------------------------------------------------------------------- |