Commit cd2e8c6e authored by François Revol's avatar François Revol Committed by Max Kellermann

configure.ac: check for socket() in libnetwork for Haiku

parent 8461d71b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment