diff options
Diffstat (limited to 'acinclude.m4')
| -rw-r--r-- | acinclude.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index b672367aa..39525043a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2001,8 +2001,10 @@ AC_DEFUN([CURL_CHECK_FUNC_CLOCK_GETTIME_MONOTONIC], [ #endif ]],[[ #if defined(_POSIX_MONOTONIC_CLOCK) && (_POSIX_MONOTONIC_CLOCK > 0) - dnl The monotonic clock will not be used unless the feature test macro is - dnl defined with a value greater than zero indicating _always_ supported. + /* + The monotonic clock will not be used unless the feature test macro is + defined with a value greater than zero indicating _always_ supported. + */ struct timespec ts; (void)clock_gettime(CLOCK_MONOTONIC, &ts); #else |
