1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 02:30:27 +02:00

(gl_GETTIME): Check for nanotime.

This commit is contained in:
Paul Eggert
2005-02-21 08:11:19 +00:00
parent 13aa6d899c
commit 2d229b0a9e
+2 -2
View File
@@ -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)
])