]> granicus.if.org Git - curl/commitdiff
make check message wording more precise
authorYang Tse <yangsita@gmail.com>
Mon, 30 Jun 2008 14:10:27 +0000 (14:10 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 30 Jun 2008 14:10:27 +0000 (14:10 +0000)
acinclude.m4
ares/acinclude.m4

index 39525043a5f8578c3ef3a582bc55bfc453cc1619..ce01ab45b2e0affb0fe4b0f0f33cea3318a6448d 100644 (file)
@@ -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
index eb3c2454f29a8685e8ff387d6116d59d72d04a88..7a162bab368b5b5b5b831581d2ede08477cdcf05 100644 (file)
@@ -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