Fix detection of ipv6 on Solaris
commitd1b9944db8f66131b259be407472e53db33718ea
authorDennis Stosberg <dennis@stosberg.net>
Tue, 15 Aug 2006 09:01:27 +0000 (15 11:01 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 15 Aug 2006 09:58:47 +0000 (15 02:58 -0700)
treeadb429ceb2cfbc585b199ebe01b8c2ea72339b29
parentab5573ae9f4178a7b6f6920f04c73a65feb3c690
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 <dennis@stosberg.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
configure.ac