diff options
author | Pádraig Brady <P@draigBrady.com> | 2011-07-20 11:36:36 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-07-20 11:38:50 +0100 |
commit | f3b473c579b108ba09aa8d02bd8c34525c52ba40 (patch) | |
tree | 6ef92a96ab4932a27f5e5815cc7998d98237f5ca | |
parent | 65a0483fb55bd2b4dab305af8a95cd25e292142b (diff) | |
download | coreutils-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.
-rw-r--r-- | m4/jm-macros.m4 | 2 |
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]) |