summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2011-07-20 11:36:36 +0100
committerPádraig Brady <P@draigBrady.com>2011-07-20 11:38:50 +0100
commitf3b473c579b108ba09aa8d02bd8c34525c52ba40 (patch)
tree6ef92a96ab4932a27f5e5815cc7998d98237f5ca /m4/jm-macros.m4
parent65a0483fb55bd2b4dab305af8a95cd25e292142b (diff)
downloadcoreutils-f3b473c579b108ba09aa8d02bd8c34525c52ba40.tar.xz
maint: remove a redundant call to gl_CLOCK_TIME
* m4/jm-macros.m4: Remove gl_CLOCK_TIME as it's already done by the gettime gnulib module.
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 9bb6fa425..6e9722100 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -41,8 +41,6 @@ AC_DEFUN([coreutils_MACROS],
AC_DEFINE([ARGMATCH_DIE_DECL], [void usage (int _e)],
[Define to the declaration of the xargmatch failure function.])
- # used by ls
- AC_REQUIRE([gl_CLOCK_TIME])
# used by shred
AC_CHECK_FUNCS_ONCE([directio])