changeset 29649:d1461d932ad2

Treat Haiku as BeOS (only changes the displayed name actually)
author reimar
date Sat, 19 Sep 2009 12:56:19 +0000
parents 74f94f407c31
children df76c6b66c8e
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Sep 18 18:46:12 2009 +0000
+++ b/configure	Sat Sep 19 12:56:19 2009 +0000
@@ -1349,6 +1349,9 @@
   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
     ;;