Re: Failure of IPv6 detection for BSD.

2010-09-18 Thread Bruno Haible
Mats Erik Andersson wrote: > > where do you find the source code of that test? > > ### inetutils/configure.ac, line 330 > ### > > if test ! "X$ipv6" = "Xno" && test "$working_ipv6" = "Xyes"; then > AC_CHECK_TYPE(struct sockaddr_in6, , working_ipv6=no, [#include > ]) > fi G

Re: Failure of IPv6 detection for BSD.

2010-09-18 Thread Mats Erik Andersson
Dear Bruno, lördag den 18 september 2010 klockan 17:19 skrev Bruno Haible detta: > Mats Erik Andersson wrote: > > The failing test is > > > > configure:31699: checking for struct sockaddr_in6 > > configure is generared from a multitude of files. > > If you grep for 'for struct sockaddr_in6'

Re: Failure of IPv6 detection for BSD.

2010-09-18 Thread Bruno Haible
Mats Erik Andersson wrote: > The failing test is > > configure:31699: checking for struct sockaddr_in6 configure is generared from a multitude of files. If you grep for 'for struct sockaddr_in6' in all *.m4, configure.ac, and configure.in files in that project (or even everywhere on your sy

Re: Failure of IPv6 detection for BSD.

2010-09-18 Thread Mats Erik Andersson
Dear Bruno, lördag den 18 september 2010 klockan 16:45 skrev Bruno Haible detta: > Hello Mats, > > > ... > > All uses of in gnulib's *.m4 files and module descriptions are > preceded with an include of . So, either you must be using an > outdated gnulib, or the .m4 file with the configure test

Re: Failure of IPv6 detection for BSD.

2010-09-18 Thread Bruno Haible
Hello Mats, > in detecting the size of "struct sockaddr_in6" for BSD, in my > case OpenBSD 4.6, the inclusion of is mandatory. Thanks for the report. The gnulib documentation already mentions this problem. With your