diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-25 19:41:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-25 19:41:29 (GMT) |
commit | 29a7a9a9da2823c8c5f9f530084f6820e26dae09 (patch) | |
tree | 2c4ddb7402d92c312c13f1deb16e1ced723455f6 /unix/configure.in | |
parent | 4baed0fef3ccae5d7d617339a41c203c91cbf13c (diff) | |
parent | e36e1a062d95b44a81c16c2435d235196ca8aa4c (diff) | |
download | tcl-29a7a9a9da2823c8c5f9f530084f6820e26dae09.zip tcl-29a7a9a9da2823c8c5f9f530084f6820e26dae09.tar.gz tcl-29a7a9a9da2823c8c5f9f530084f6820e26dae09.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 ce68391..c7b0edc 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -545,12 +545,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 #-------------------------------------------------------------------- |