summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-19 12:56:19 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-19 12:56:19 +0000
commit37925f4a2e887efc0973a4e4d1f700a6d373597d (patch)
treeb4ce160dff4d27d7d7d9cfd02f0ab2b72bcde035 /configure
parentbf52efc80477374c4f916a74f74007e2d44b4210 (diff)
downloadmpv-37925f4a2e887efc0973a4e4d1f700a6d373597d.tar.bz2
mpv-37925f4a2e887efc0973a4e4d1f700a6d373597d.tar.xz
Treat Haiku as BeOS (only changes the displayed name actually)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29691 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index a68defd6bd..18f3798732 100755
--- a/configure
+++ b/configure
@@ -1349,6 +1349,9 @@ if test -z "$_target" ; then
case "$system_name" in
Linux|FreeBSD|NetBSD|OpenBSD|DragonFly|BSD/OS|Darwin|SunOS|QNX|GNU|BeOS|MorphOS|AIX|AmigaOS)
;;
+ Haiku)
+ system_name=BeOS
+ ;;
IRIX*)
system_name=IRIX
;;