From: Dennis Stosberg Date: Tue, 15 Aug 2006 09:01:27 +0000 (+0200) Subject: Fix detection of ipv6 on Solaris X-Git-Tag: v1.4.3-rc1~235 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d1b9944db8f66131b259be407472e53db33718ea?ds=inline;hp=d1b9944db8f66131b259be407472e53db33718ea Fix detection of ipv6 on Solaris The configuration script detects whether linking with -lsocket is necessary but doesn't add -lsocket to LIBS. This lets the ipv6 test fail. Signed-off-by: Dennis Stosberg Signed-off-by: Junio C Hamano ---