File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 86042 .
2+ # From configure.in Revision: 86045 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.65 for python 3.2.
55#
@@ -10562,6 +10562,9 @@ fi
1056210562
1056310563fi
1056410564
10565+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: $ac_cv_buggy_getaddrinfo " >&5
10566+ $as_echo " $ac_cv_buggy_getaddrinfo " >&6 ; }
10567+
1056510568if test $have_getaddrinfo = no -o " $ac_cv_buggy_getaddrinfo " = yes
1056610569then
1056710570 if test $ipv6 = yes
@@ -10575,6 +10578,7 @@ else
1057510578$as_echo " #define HAVE_GETADDRINFO 1" >> confdefs.h
1057610579
1057710580fi
10581+
1057810582for ac_func in getnameinfo
1057910583do :
1058010584 ac_fn_c_check_func " $LINENO " " getnameinfo" " ac_cv_func_getnameinfo"
Original file line number Diff line number Diff line change @@ -2931,6 +2931,8 @@ int main()
29312931[ac_cv_buggy_getaddrinfo=yes]))
29322932fi
29332933
2934+ AC_MSG_RESULT($ac_cv_buggy_getaddrinfo)
2935+
29342936if test $have_getaddrinfo = no -o "$ac_cv_buggy_getaddrinfo" = yes
29352937then
29362938 if test $ipv6 = yes
@@ -2942,6 +2944,7 @@ then
29422944else
29432945 AC_DEFINE(HAVE_GETADDRINFO, 1, [Define if you have the getaddrinfo function.])
29442946fi
2947+
29452948AC_CHECK_FUNCS(getnameinfo)
29462949
29472950# checks for structures
You can’t perform that action at this time.
0 commit comments