Skip to content
Snippets Groups Projects
Commit 47c06fa3 authored by Yang Tse's avatar Yang Tse
Browse files

Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since...

Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since at this point nothing depends on it.
parent b7f447f8
No related branches found
No related tags found
No related merge requests found
......@@ -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'`
......
......@@ -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'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment