mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Temporarily show additional info needed to debug configure
failure to properly detect recvfrom arg types on Solaris
This commit is contained in:
parent
3f84e373ac
commit
3e488c4f19
16
acinclude.m4
16
acinclude.m4
@ -1687,6 +1687,22 @@ AC_DEFUN([CURL_CHECK_FUNC_RECVFROM], [
|
||||
]])
|
||||
],[
|
||||
curl_cv_func_recvfrom_args="$recvfrom_arg1,$recvfrom_arg2,$recvfrom_arg3,$recvfrom_arg4,$recvfrom_arg5,$recvfrom_arg6,$recvfrom_retv"
|
||||
],[
|
||||
case $host in
|
||||
*-*-solaris*)
|
||||
echo "DEBUG: RECVFROM COMPILATION TEST -----" >&6
|
||||
echo "DEBUG: ARG1 = $recvfrom_arg1" >&6
|
||||
echo "DEBUG: ARG2 = $recvfrom_arg2" >&6
|
||||
echo "DEBUG: ARG3 = $recvfrom_arg3" >&6
|
||||
echo "DEBUG: ARG4 = $recvfrom_arg4" >&6
|
||||
echo "DEBUG: ARG5 = $recvfrom_arg5" >&6
|
||||
echo "DEBUG: ARG6 = $recvfrom_arg6" >&6
|
||||
echo "DEBUG: RETV = $recvfrom_retv" >&6
|
||||
echo "DEBUG: fails with conftest.err..." >&6
|
||||
sed 's/^/| /' conftest.err >&6
|
||||
echo "DEBUG: -------------------------------" >&6
|
||||
;;
|
||||
esac
|
||||
])
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user