From 37925f4a2e887efc0973a4e4d1f700a6d373597d Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 19 Sep 2009 12:56:19 +0000 Subject: 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 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') 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 ;; -- cgit v1.2.3