diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-23 09:05:22 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-23 09:05:22 +0000 |
commit | 507cd1379388fc39eb9295052f3a29e002a015e2 (patch) | |
tree | b5ddabd9311d78b12b9b4dc664eb92c8dcd1d012 /m4 | |
parent | 6c14c96e71cbfa9ad94bb6e6d2c9cf232e4d3a9a (diff) |
Raise message severity up to warning, when strerror_r() exists but
configure is unable of finding out if it has glibc-style or POSIX-style,
trying to ensure that this condition does not go unnoticed.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/curl-functions.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4 index a7cf327f9..f2dd1e41f 100644 --- a/m4/curl-functions.m4 +++ b/m4/curl-functions.m4 @@ -22,7 +22,7 @@ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. -# serial 25 +# serial 26 dnl CURL_INCLUDES_ARPA_INET @@ -2692,7 +2692,7 @@ AC_DEFUN([CURL_CHECK_FUNC_STRERROR_R], [ # if test "$tst_compi_strerror_r" = "yes" && test "$tst_allow_strerror_r" = "unknown"; then - AC_MSG_NOTICE([cannot determine strerror_r() style: edit lib/config.h manually.]) + AC_MSG_WARN([cannot determine strerror_r() style: edit lib/config.h manually.]) fi # ]) |