configure is unable of finding out if it has glibc-style or POSIX-style,
trying to ensure that this condition does not go unnoticed.
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 25
+# serial 26
dnl CURL_INCLUDES_ARPA_INET
#
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
#
])