summaryrefslogtreecommitdiff
path: root/m4/settime.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/settime.m4')
-rw-r--r--m4/settime.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/m4/settime.m4 b/m4/settime.m4
index 3751af564..89c030cd0 100644
--- a/m4/settime.m4
+++ b/m4/settime.m4
@@ -1,5 +1,5 @@
-# settime.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# settime.m4 serial 2
+dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
@@ -9,6 +9,7 @@ dnl the same distribution terms as the rest of that program.
AC_DEFUN([gl_SETTIME],
[
dnl Prerequisites of lib/settime.c.
- # Need clock_settime.
AC_REQUIRE([gl_CLOCK_TIME])
+ AC_REQUIRE([gl_TIMESPEC])
+ AC_CHECK_FUNCS_ONCE(settimeofday stime)
])