]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_GETTIME): Check for nanotime.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Feb 2005 08:11:19 +0000 (08:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Feb 2005 08:11:19 +0000 (08:11 +0000)
m4/gettime.m4

index 4a7f137f89e945402a23a71e0744a946771668d9..0ae4c39087904ceb755f3bc4c5f188321409979e 100644 (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)
 ])