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 | 500fbe92e69267dfaa7f38e6459362bf268d0a1b (patch) | |
tree | 071183b786b41bd120b0b330950b7cd8009debf9 /unix/configure.in | |
parent | 56bf715712103efdda0acc21514986fc646fb933 (diff) | |
download | tcl-500fbe92e69267dfaa7f38e6459362bf268d0a1b.zip tcl-500fbe92e69267dfaa7f38e6459362bf268d0a1b.tar.gz tcl-500fbe92e69267dfaa7f38e6459362bf268d0a1b.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 #-------------------------------------------------------------------- |