From fd35e151ef9bb99c504462691dd33f41254a2b32 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 Oct 2009 11:05:22 +0200 Subject: [PATCH] stat-time-tests: check for the usleep function * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP. --- ChangeLog | 5 +++++ modules/stat-time-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c0a779ade..9b05c4e76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-10-10 Jim Meyering + + 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 * modules/xnanosleep: Put the Link section after the Include section. diff --git a/modules/stat-time-tests b/modules/stat-time-tests index d4f6041a2..3913ad245 100644 --- a/modules/stat-time-tests +++ b/modules/stat-time-tests @@ -6,6 +6,7 @@ time sleep configure.ac: +AC_CHECK_FUNCS([usleep]) Makefile.am: TESTS += test-stat-time -- 2.11.0