mirror of
https://github.com/curl/curl.git
synced 2026-06-03 15:04:15 +03:00
make check message wording more precise
This commit is contained in:
parent
eb60ba23f5
commit
72b4b3c7f8
2 changed files with 2 additions and 2 deletions
|
|
@ -1980,7 +1980,7 @@ dnl Check if monotonic clock_gettime is available.
|
|||
AC_DEFUN([CURL_CHECK_FUNC_CLOCK_GETTIME_MONOTONIC], [
|
||||
AC_REQUIRE([AC_HEADER_TIME])dnl
|
||||
AC_CHECK_HEADERS(sys/types.h unistd.h sys/time.h time.h)
|
||||
AC_MSG_CHECKING([for monotonic clock_gettime])
|
||||
AC_MSG_CHECKING([for POSIX always supported monotonic clock_gettime])
|
||||
AC_COMPILE_IFELSE([
|
||||
AC_LANG_PROGRAM([[
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1447,7 +1447,7 @@ dnl Check if monotonic clock_gettime is available.
|
|||
AC_DEFUN([CURL_CHECK_FUNC_CLOCK_GETTIME_MONOTONIC], [
|
||||
AC_REQUIRE([AC_HEADER_TIME])dnl
|
||||
AC_CHECK_HEADERS(sys/types.h unistd.h sys/time.h time.h)
|
||||
AC_MSG_CHECKING([for monotonic clock_gettime])
|
||||
AC_MSG_CHECKING([for POSIX always supported monotonic clock_gettime])
|
||||
AC_COMPILE_IFELSE([
|
||||
AC_LANG_PROGRAM([[
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue