mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
Merge pull request #579 from mmuman/haiku-libnetwork
Check for socket() in libnetwork for Haiku
This commit is contained in:
commit
955cf622a5
@ -158,7 +158,7 @@ case "$host_os" in
|
||||
esac
|
||||
|
||||
|
||||
AC_SEARCH_LIBS([socket], [socket])
|
||||
AC_SEARCH_LIBS([socket], [network socket])
|
||||
|
||||
AC_SEARCH_LIBS([inet_addr], [nsl])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user