]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Nov 2005 20:21:07 +0000 (20:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Nov 2005 20:21:07 +0000 (20:21 +0000)
or gettimeofday; no longer needed.

m4/gethrxtime.m4

index 82ca6280ee8727d8bd224eb4d3fb8eba3be1b651..2b6fe367c445b0a4acbb31f7ce239a7b7dd68b1f 100644 (file)
@@ -1,4 +1,4 @@
-# gethrxtime.m4 serial 2
+# gethrxtime.m4 serial 3
 dnl Copyright (C) 2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -50,10 +50,9 @@ AC_DEFUN([gl_XTIME],
 # Prerequisites of lib/gethrxtime.c.
 AC_DEFUN([gl_PREREQ_GETHRXTIME],
 [
-  AC_REQUIRE([AC_HEADER_TIME])
   AC_REQUIRE([gl_CLOCK_TIME])
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
-  AC_CHECK_FUNCS_ONCE(gettimeofday microuptime nanouptime)
+  AC_CHECK_FUNCS_ONCE(microuptime nanouptime)
 
   if test $ac_cv_func_nanouptime != yes; then
     LIB_GETHRXTIME=