From f59c4bd625839dbe1e099c6a8b38988108883623 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 8 Feb 2011 21:09:44 +0000 Subject: [PATCH] Fix HOSTLIBS on Haiku MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Haiku does not have a separate libm, so do not try to link to it. Signed-off-by: François Revol Signed-off-by: Mans Rullgard --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index d670295..a3ca15d 100755 --- a/configure +++ b/configure @@ -2305,6 +2305,7 @@ case $target_os in haiku) prefix_default="/boot/common" network_extralibs="-lnetwork" + host_libs= ;; sunos) FFSERVERLDFLAGS="" -- 2.7.4