# HG changeset patch # User Jim Meyering # Date 951990283 0 # Node ID b59dc51772ca456f6f70d2a09ebe278fca26e05c # Parent 42592e1b93975e30a68fc8a890e9f28bbf159ee3 Require AC_HEADER_TIME before the cache check so the messages come out on separate lines. diff --git a/m4/timespec.m4 b/m4/timespec.m4 --- a/m4/timespec.m4 +++ b/m4/timespec.m4 @@ -1,4 +1,4 @@ -#serial 3 +#serial 4 dnl From Jim Meyering @@ -7,8 +7,8 @@ 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