summaryrefslogtreecommitdiff
path: root/m4/timespec.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-03-02 09:44:43 +0000
committerJim Meyering <jim@meyering.net>2000-03-02 09:44:43 +0000
commit169f13cd05042c64c8c9cf23b3c4a45f067f9285 (patch)
tree379d7601332f692f1c511e39716d8df40fa9f4ee /m4/timespec.m4
parent18341ac6a952c3027fcd7c980acc560387412544 (diff)
downloadcoreutils-169f13cd05042c64c8c9cf23b3c4a45f067f9285.tar.xz
Require AC_HEADER_TIME before the cache check so
the messages come out on separate lines.
Diffstat (limited to 'm4/timespec.m4')
-rw-r--r--m4/timespec.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/timespec.m4 b/m4/timespec.m4
index c80ca3213..36ea5cac3 100644
--- a/m4/timespec.m4
+++ b/m4/timespec.m4
@@ -1,4 +1,4 @@
-#serial 3
+#serial 4
dnl From Jim Meyering
@@ -7,8 +7,8 @@ dnl in time.h or sys/time.h.
AC_DEFUN(jm_CHECK_TYPE_STRUCT_TIMESPEC,
[
+ AC_REQUIRE([AC_HEADER_TIME])
AC_CACHE_CHECK([for struct timespec], fu_cv_sys_struct_timespec,
- AC_REQUIRE([AC_HEADER_TIME])
[AC_TRY_COMPILE(
[
# if TIME_WITH_SYS_TIME