On Tue, 2010-09-28 at 17:33 +0200, Bart Van Assche wrote:
> On Tue, Sep 28, 2010 at 3:20 PM, Niels Baggesen
> <n...@users.sourceforge.net> wrote:
>         IPv6 detection for Solaris was broken with the configure.d
>         rewrite.
>         The following patch re-enables it.
>         
>         --- configure.d/config_project_ipv6_types       (revision
>         19393)
>         +++ configure.d/config_project_ipv6_types       (working copy)
>         @@ -175,7 +175,7 @@
>          #endif
>          ]])
>                                AC_MSG_CHECKING([[ipv6 stack type]])
>         -                        if test "x
>         $ac_cv_have_struct_sockaddr_in6_sin6_addr" =
>         "xyes"; then
>         +                        if test "x
>         $ac_cv_member_struct_sockaddr_in6_sin6_addr"
>         = "xyes"; then
>                                        v6type=$i
>                                        v6lib=dummy
>                                        v6libdir=none
> 
> On which platforms has this change been tested ? Since you are
> changing the "generic" case, this change might break IPv6 detection on
> several platforms.

There is only one place mentioning
ac_cv_have_struct_sockaddr_in6_sin6_addr in the configure script (the
one Niels is removing) but there is code to set
ac_cv_member_struct_sockaddr_in6_sin6_addr so I'd say it becomes better
with this patch.

+1

/MF


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to