Fix HOSTLIBS on Haiku
authorFrançois Revol <revol@free.fr>
Tue, 8 Feb 2011 21:09:44 +0000 (21:09 +0000)
committerMans Rullgard <mans@mansr.com>
Tue, 8 Feb 2011 21:16:02 +0000 (21:16 +0000)
Haiku does not have a separate libm, so do not try to link to it.

Signed-off-by: François Revol <revol@free.fr>
Signed-off-by: Mans Rullgard <mans@mansr.com>
configure

index d670295..a3ca15d 100755 (executable)
--- a/configure
+++ b/configure
@@ -2305,6 +2305,7 @@ case $target_os in
     haiku)
         prefix_default="/boot/common"
         network_extralibs="-lnetwork"
+        host_libs=
         ;;
     sunos)
         FFSERVERLDFLAGS=""