summaryrefslogtreecommitdiff
path: root/m4/gethrxtime.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-10 20:21:07 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-10 20:21:07 +0000
commit3afe2cd61ca031ad8fc9c14b823839df369a8342 (patch)
treed67beb8f91aedba89fb4079ec50dee0b5b3813ed /m4/gethrxtime.m4
parent4c9fae6b88b42b427f81886586116fbee411ab6a (diff)
downloadcoreutils-3afe2cd61ca031ad8fc9c14b823839df369a8342.tar.xz
(gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
or gettimeofday; no longer needed.
Diffstat (limited to 'm4/gethrxtime.m4')
-rw-r--r--m4/gethrxtime.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/gethrxtime.m4 b/m4/gethrxtime.m4
index 82ca6280e..2b6fe367c 100644
--- a/m4/gethrxtime.m4
+++ b/m4/gethrxtime.m4
@@ -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=