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

This commit is contained in:
François Revol 2015-09-17 22:18:07 +02:00 committed by Max Kellermann
parent 8461d71b52
commit cd2e8c6ef1

View File

@ -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