summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--m4/utime.m44
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 43d1a1671c..2cd75b4a40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,9 @@
+2021-01-23 Bruno Haible <bruno@clisp.org>
+
+ utime: Fix configure test (regression 2020-12-04).
+ Reported by Ryan Schmidt <wget@ryandesign.com> via Tim Rühsen in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-01/msg00282.html>.
+ * m4/utime.m4 (gl_FUNC_UTIME): In the test program, include <utime.h>,
+ not <time.h>.
+
2021-01-23 Paul Eggert <eggert@cs.ucla.edu>
diff --git a/m4/utime.m4 b/m4/utime.m4
index 03df7b7282..4ed415811d 100644
--- a/m4/utime.m4
+++ b/m4/utime.m4
@@ -1,2 +1,2 @@
-# utime.m4 serial 3
+# utime.m4 serial 4
dnl Copyright (C) 2017-2021 Free Software Foundation, Inc.
@@ -36,3 +36,3 @@ AC_DEFUN([gl_FUNC_UTIME],
[[#include <stddef.h>
- #include <time.h>
+ #include <utime.h>
]],

Return to:

Send suggestions and report system problems to the System administrator.