Fix HOSTLIBS on Haiku

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>
This commit is contained in:
François Revol 2011-02-08 21:09:44 +00:00 committed by Mans Rullgard
parent 87800dc2bf
commit f59c4bd625
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2305,6 +2305,7 @@ case $target_os in
haiku)
prefix_default="/boot/common"
network_extralibs="-lnetwork"
host_libs=
;;
sunos)
FFSERVERLDFLAGS=""