From 0d7b3877e46cda8e960cab30397f15003e9c7527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 22 Jul 2014 01:39:16 +0200 Subject: [PATCH] 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 32a3ebfd..bf87f5aa 100644 --- a/configure.ac +++ b/configure.ac @@ -158,7 +158,7 @@ case "$host_os" in esac -AC_SEARCH_LIBS([socket], [socket]) +AC_SEARCH_LIBS([socket], [network socket]) AC_SEARCH_LIBS([inet_addr], [nsl])