Fix detection of ipv6 on Solaris
authorDennis Stosberg <dennis@stosberg.net>
Tue, 15 Aug 2006 09:01:27 +0000 (11:01 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 15 Aug 2006 09:58:47 +0000 (02:58 -0700)
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>
No differences found