summaryrefslogtreecommitdiff
path: root/m4/gettime.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-02-21 08:11:19 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-02-21 08:11:19 +0000
commit2d229b0a9e60f6443042b62fc81dde92b69ef6b7 (patch)
treeaaabbc2771da588ad4cc2597686c9bea55efb5da /m4/gettime.m4
parent13aa6d899cf3b84f8125b555289b2616262df6f3 (diff)
downloadcoreutils-2d229b0a9e60f6443042b62fc81dde92b69ef6b7.tar.xz
(gl_GETTIME): Check for nanotime.
Diffstat (limited to 'm4/gettime.m4')
-rw-r--r--m4/gettime.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gettime.m4 b/m4/gettime.m4
index 4a7f137f8..0ae4c3908 100644
--- a/m4/gettime.m4
+++ b/m4/gettime.m4
@@ -1,4 +1,4 @@
-# gettime.m4 serial 4
+# gettime.m4 serial 5
dnl Copyright (C) 2002, 2004, 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,
@@ -12,5 +12,5 @@ AC_DEFUN([gl_GETTIME],
dnl Prerequisites of lib/gettime.c.
AC_REQUIRE([gl_CLOCK_TIME])
AC_REQUIRE([gl_TIMESPEC])
- AC_CHECK_FUNCS_ONCE(gettimeofday)
+ AC_CHECK_FUNCS_ONCE(gettimeofday nanotime)
])