1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

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
This commit is contained in:
reimar 2009-09-19 12:56:19 +00:00
parent bf52efc804
commit 37925f4a2e

3
configure vendored
View File

@ -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
;;