aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
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 47d94b37e..5938b105f 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -253,7 +253,7 @@ AC_DEFUN([CURL_FUNC_GETNAMEINFO_ARGTYPES], [
done
])
if test "$curl_cv_func_getnameinfo_args" = "unknown"; then
- AC_MSG_ERROR([Cannot find proper types to use for getnameinfo args])
+ AC_MSG_WARN([Cannot find proper types to use for getnameinfo args])
else
gni_prev_IFS=$IFS; IFS=','
set dummy `echo "$curl_cv_func_getnameinfo_args" | sed 's/\*/\*/g'`