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

/Niels

-- 
Niels Baggesen - @home - Ã…rhus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers   ---   R W Hamming

------------------------------------------------------------------------------
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