Fix linking on Solaris. Fixes bug #568482.
authorBrian Cameron <brian.cameron@sun.com>
Fri, 23 Jan 2009 09:00:11 +0000 (10:00 +0100)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 23 Jan 2009 09:01:11 +0000 (10:01 +0100)
commit16347bfa21be999a7615823e9d6cd1f460830f4d
tree0ef7d600ab10139ac0efd778090f72161c742dbf
parentc42c6d6da0e2a185b86d6010d04564ba02d10524
Fix linking on Solaris. Fixes bug #568482.

Check for nsl and socket libraries and add them to
LIBS if they're found. They're needed for socket()
and gethostbyname() on Solaris.
configure.ac