[MPlayer-cvslog] r29691 - trunk/configure
    reimar 
    subversion at mplayerhq.hu
       
    Sat Sep 19 14:56:19 CEST 2009
    
    
  
Author: reimar
Date: Sat Sep 19 14:56:19 2009
New Revision: 29691
Log:
Treat Haiku as BeOS (only changes the displayed name actually)
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Sep 18 20:46:12 2009	(r29690)
+++ trunk/configure	Sat Sep 19 14:56:19 2009	(r29691)
@@ -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
     ;;
    
    
More information about the MPlayer-cvslog
mailing list