aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2015-09-17 22:18:07 +0200
committerMax Kellermann <max@duempel.org>2015-09-17 22:46:45 +0200
commitcd2e8c6ef1930c2d96369de0d3443028af1f5ccf (patch)
tree3c1e71dd7f6310cafe03fe7dc0e9e28ecf874abd /configure.ac
parent8461d71b5202a973a514804bf6cf3e1c8ab073bc (diff)
downloadmpd-cd2e8c6ef1930c2d96369de0d3443028af1f5ccf.tar.gz
mpd-cd2e8c6ef1930c2d96369de0d3443028af1f5ccf.tar.xz
mpd-cd2e8c6ef1930c2d96369de0d3443028af1f5ccf.zip
configure.ac: check for socket() in libnetwork for Haiku
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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