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.
Showing
Please register or sign in to comment
Check for nsl and socket libraries and add them to LIBS if they're found. They're needed for socket() and gethostbyname() on Solaris.