summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2011-02-08 21:09:44 +0000
committerMans Rullgard <mans@mansr.com>2011-02-08 21:16:02 +0000
commitf59c4bd625839dbe1e099c6a8b38988108883623 (patch)
treef122aedc655dd77ee3c0b6314b44356ca19d073a /configure
parent87800dc2bf8f2724a99e51bb079ad7fb4b9dfd3b (diff)
downloadffmpeg-streaming-f59c4bd625839dbe1e099c6a8b38988108883623.zip
ffmpeg-streaming-f59c4bd625839dbe1e099c6a8b38988108883623.tar.gz
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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=""
OpenPOWER on IntegriCloud