From: Jim Meyering Date: Sat, 10 Oct 2009 09:05:22 +0000 (+0200) Subject: stat-time-tests: check for the usleep function X-Git-Tag: v0.1~5336 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=fd35e151ef9bb99c504462691dd33f41254a2b32;p=gnulib.git stat-time-tests: check for the usleep function * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP. --- 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