mirror of
https://github.com/osmarks/ngircd.git
synced 2025-03-31 04:56:56 +00:00
Search gethostbyname() in libbind and libnetwork
This is required for Haiku (BeOS clone) at least.
This commit is contained in:
parent
c319fb8eaa
commit
cdaaae0cb2
@ -164,11 +164,11 @@ AC_SEARCH_LIBS([memmove], [UTIL], [], [
|
|||||||
AC_MSG_ERROR([unable to find the memmove() function])
|
AC_MSG_ERROR([unable to find the memmove() function])
|
||||||
])
|
])
|
||||||
# gethostbyname: Solaris libnsl
|
# gethostbyname: Solaris libnsl
|
||||||
AC_SEARCH_LIBS([gethostbyname], [nsl], [], [
|
AC_SEARCH_LIBS([gethostbyname], [bind nsl network], [], [
|
||||||
AC_MSG_ERROR([unable to find the gethostbyname() function])
|
AC_MSG_ERROR([unable to find the gethostbyname() function])
|
||||||
])
|
])
|
||||||
# bind: SVR4 libsocket
|
# bind: SVR4 libsocket
|
||||||
AC_SEARCH_LIBS([bind], [socket], [], [
|
AC_SEARCH_LIBS([bind], [socket network], [], [
|
||||||
AC_MSG_ERROR([unable to find the bind() function])
|
AC_MSG_ERROR([unable to find the bind() function])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user