changeset 2316:b59dc51772ca

Require AC_HEADER_TIME before the cache check so the messages come out on separate lines.
author Jim Meyering <jim@meyering.net>
date Thu, 02 Mar 2000 09:44:43 +0000
parents 42592e1b9397
children 6fd2ef048c12
files m4/timespec.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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