maint: remove a redundant call to gl_CLOCK_TIME
authorPádraig Brady <P@draigBrady.com>
Wed, 20 Jul 2011 10:36:36 +0000 (11:36 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 20 Jul 2011 10:38:50 +0000 (11:38 +0100)
* m4/jm-macros.m4: Remove gl_CLOCK_TIME as it's already
done by the gettime gnulib module.

m4/jm-macros.m4

index 9bb6fa4..6e97221 100644 (file)
@@ -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])