summaryrefslogtreecommitdiff
path: root/m4/utimens.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-10 13:30:39 +0000
committerJim Meyering <jim@meyering.net>2003-08-10 13:30:39 +0000
commit54c5324dbd6926df26bfeb177aa174c31bdc3b49 (patch)
treeacd7b7de5375ef87d60f2ef1febb4ce2b4438462 /m4/utimens.m4
parent3db25ecc35afbc32930e629e6705431f9d4f1695 (diff)
downloadcoreutils-54c5324dbd6926df26bfeb177aa174c31bdc3b49.tar.xz
Require gl_FUNC_UTIMES.
Don't check for utime or utimes.
Diffstat (limited to 'm4/utimens.m4')
-rw-r--r--m4/utimens.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/utimens.m4 b/m4/utimens.m4
index 154999505..7acefe179 100644
--- a/m4/utimens.m4
+++ b/m4/utimens.m4
@@ -9,7 +9,7 @@ AC_DEFUN([gl_UTIMENS],
[
dnl Prerequisites of lib/utimens.c.
AC_REQUIRE([gl_TIMESPEC])
+ AC_REQUIRE([gl_FUNC_UTIMES])
AC_REQUIRE([jm_CHECK_TYPE_STRUCT_TIMESPEC])
AC_REQUIRE([jm_CHECK_TYPE_STRUCT_UTIMBUF])
- AC_CHECK_FUNCS_ONCE(utime)
])