From cd2e8c6ef1930c2d96369de0d3443028af1f5ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 17 Sep 2015 22:18:07 +0200 Subject: configure.ac: check for socket() in libnetwork for Haiku --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9c513e240..4bc6b2077 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3