diff options
author | LemonBoy <LemonBoy@users.noreply.github.com> | 2016-11-29 22:26:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-29 22:26:45 +0100 |
commit | 955cf622a558022fbd952e07b7462206743562e8 (patch) | |
tree | 77823ba5001827bdc882dbbc8299f3538a8d3a1a | |
parent | 5efb3077d5c055475644dac8c5e0aa48b308d456 (diff) | |
parent | 0d7b3877e46cda8e960cab30397f15003e9c7527 (diff) | |
download | irssi-955cf622a558022fbd952e07b7462206743562e8.zip |
Merge pull request #579 from mmuman/haiku-libnetwork
Check for socket() in libnetwork for Haiku
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 32a3ebfd..bf87f5aa 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |