From 1d546b1cd1cca688fdc7e149b1fd0672439dfaa7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 17 Mar 2023 13:31:11 +0100 Subject: time: Fix test failure on native Windows. * m4/time.m4 (gl_FUNC_TIME): Guess that it does not work on native Windows. * modules/time (Depends-on): Add gettimeofday. * doc/posix-functions/time.texi: Mention the bug on Windows. --- modules/time | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/time') diff --git a/modules/time b/modules/time index 45f5ffd35f..2729ad06ea 100644 --- a/modules/time +++ b/modules/time @@ -7,6 +7,7 @@ m4/time.m4 Depends-on: time-h +gettimeofday [test $REPLACE_TIME = 1] configure.ac: gl_FUNC_TIME -- cgit v1.2.1