summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-12-21 11:02:50 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-12-21 11:02:50 +0000
commit95a3e5532edfbf62cafa59067021d89d7e1c6852 (patch)
tree41b92e44b7e40a7cfbb415c2b70c42ebc5e53cbe /configure.ac
parentaa24834506285f4b4a0d78f28ac6978a6b5b9087 (diff)
downloadhaskell-95a3e5532edfbf62cafa59067021d89d7e1c6852.tar.gz
Partial support for Haiku (#3727)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a751e17a85..bc5c62b4bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -296,7 +296,7 @@ checkVendor() {
checkOS() {
case $1 in
- linux|freebsd|netbsd|openbsd|dragonfly|osf1|osf3|hpux|linuxaout|kfreebsdgnu|freebsd2|solaris2|cygwin32|mingw32|darwin|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix)
+ linux|freebsd|netbsd|openbsd|dragonfly|osf1|osf3|hpux|linuxaout|kfreebsdgnu|freebsd2|solaris2|cygwin32|mingw32|darwin|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix|haiku)
;;
*)
echo "Unknown OS '$1'"