From 169053a71869b9371cadd3e104a972f8f2a03fa4 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 17 Dec 2005 02:41:33 +0000 Subject: [PATCH] Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since at this point nothing depends on it. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 75bf3bb0..191d8a79 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'`