changeset 12151:a7584cfe3c46

stat-time-tests: check for the usleep function * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
author Jim Meyering <meyering@redhat.com>
date Sat, 10 Oct 2009 11:05:22 +0200
parents eb7c742138ad
children 64131ac8b004
files ChangeLog modules/stat-time-tests
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-10  Jim Meyering  <meyering@redhat.com>
+
+	stat-time-tests: check for the usleep function
+	* modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
+
 2009-10-10  Bruno Haible  <bruno@clisp.org>
 
 	* modules/xnanosleep: Put the Link section after the Include section.
--- a/modules/stat-time-tests
+++ b/modules/stat-time-tests
@@ -6,6 +6,7 @@
 sleep
 
 configure.ac:
+AC_CHECK_FUNCS([usleep])
 
 Makefile.am:
 TESTS += test-stat-time