diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/utime.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/utime.m4 b/m4/utime.m4 index 03df7b7282..4ed415811d 100644 --- a/m4/utime.m4 +++ b/m4/utime.m4 @@ -1,4 +1,4 @@ -# utime.m4 serial 3 +# utime.m4 serial 4 dnl Copyright (C) 2017-2021 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -34,7 +34,7 @@ AC_DEFUN([gl_FUNC_UTIME], AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#include <stddef.h> - #include <time.h> + #include <utime.h> ]], [[int result = 0; if (!utime ("conftest.tmp/", NULL)) |