summaryrefslogtreecommitdiff
path: root/m4/boottime.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/boottime.m4')
-rw-r--r--m4/boottime.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/boottime.m4 b/m4/boottime.m4
index 3bca40f97..4e7317158 100644
--- a/m4/boottime.m4
+++ b/m4/boottime.m4
@@ -52,7 +52,9 @@ AC_DEFUN([GNULIB_BOOT_TIME],
#endif
],
[[
-#if defined BOOT_TIME || (defined CTL_KERN && defined KERN_BOOTTIME) || HAVE_OS_H
+#if (defined BOOT_TIME \
+ || (defined CTL_KERN && defined KERN_BOOTTIME) \
+ || HAVE_OS_H)
/* your system *does* have the infrastructure to determine boot time */
#else
please_tell_us_how_to_determine_boot_time_on_your_system