mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Merge pull request #579 from mmuman/haiku-libnetwork
Check for socket() in libnetwork for Haiku
This commit is contained in:
commit
955cf622a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue