File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10854,7 +10854,12 @@ $as_echo_n "checking getaddrinfo bug... " >&6; }
1085410854 $as_echo_n " (cached) " >&6
1085510855else
1085610856 if test " $cross_compiling " = yes; then :
10857+
10858+ if test " ${enable_ipv6+set} " = set ; then
10859+ ac_cv_buggy_getaddrinfo=" no -- configured with --(en|dis)able-ipv6"
10860+ else
1085710861 ac_cv_buggy_getaddrinfo=yes
10862+ fi
1085810863else
1085910864 cat confdefs.h - << _ACEOF >conftest.$ac_ext
1086010865/* end confdefs.h. */
Original file line number Diff line number Diff line change @@ -3009,7 +3009,12 @@ int main()
30093009] ] ] ) ] ,
30103010[ ac_cv_buggy_getaddrinfo=no] ,
30113011[ ac_cv_buggy_getaddrinfo=yes] ,
3012- [ ac_cv_buggy_getaddrinfo=yes] ) )
3012+ [
3013+ if test "${enable_ipv6+set}" = set; then
3014+ ac_cv_buggy_getaddrinfo="no -- configured with --(en|dis)able-ipv6"
3015+ else
3016+ ac_cv_buggy_getaddrinfo=yes
3017+ fi] ) )
30133018fi
30143019
30153020AC_MSG_RESULT ( $ac_cv_buggy_getaddrinfo )
You can’t perform that action at this time.
0 commit comments