summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-06-30 14:10:27 +0000
committerYang Tse <yangsita@gmail.com>2008-06-30 14:10:27 +0000
commit72b4b3c7f8a2199d560ea175f1160d1ec6101c57 (patch)
tree8fe49be1a23cc23cc4831cff163ff08d1cdc829f /acinclude.m4
parenteb60ba23f57eb51aba371c42a5af1e331514a28f (diff)
downloadcurl-72b4b3c7f8a2199d560ea175f1160d1ec6101c57.tar.gz
make check message wording more precise
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 39525043a..ce01ab45b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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