configure.ac: check for socket() in libnetwork for Haiku
This commit is contained in:
parent
8461d71b52
commit
cd2e8c6ef1
@ -217,7 +217,7 @@ if test x$enable_syslog = xyes; then
|
||||
AC_DEFINE(HAVE_SYSLOG, 1, [Define if syslog() is available])
|
||||
fi
|
||||
|
||||
AC_SEARCH_LIBS([socket], [socket])
|
||||
AC_SEARCH_LIBS([socket], [network socket])
|
||||
AC_SEARCH_LIBS([gethostbyname], [nsl])
|
||||
|
||||
if test x$host_is_linux = xyes; then
|
||||
|
Loading…
Reference in New Issue
Block a user