mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since at this point nothing depends on it.
This commit is contained in:
parent
b7f447f8d8
commit
47c06fa308
@ -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'`
|
||||
|
Loading…
Reference in New Issue
Block a user