mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 02:22:36 +02:00
Check for socket() in libnetwork for Haiku
This commit is contained in:
parent
a9dcfadc33
commit
2ab70b8801
1 changed files with 4 additions and 0 deletions
|
|
@ -200,6 +200,10 @@ esac
|
||||||
AC_CHECK_FUNC(socket, [], [
|
AC_CHECK_FUNC(socket, [], [
|
||||||
AC_CHECK_LIB(socket, socket, [
|
AC_CHECK_LIB(socket, socket, [
|
||||||
LIBS="$LIBS -lsocket"
|
LIBS="$LIBS -lsocket"
|
||||||
|
],[
|
||||||
|
AC_CHECK_LIB(network, socket, [
|
||||||
|
LIBS="$LIBS -lnetwork"
|
||||||
|
])
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue