diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-12-21 11:02:50 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-12-21 11:02:50 +0000 |
commit | 95a3e5532edfbf62cafa59067021d89d7e1c6852 (patch) | |
tree | 41b92e44b7e40a7cfbb415c2b70c42ebc5e53cbe /configure.ac | |
parent | aa24834506285f4b4a0d78f28ac6978a6b5b9087 (diff) | |
download | haskell-95a3e5532edfbf62cafa59067021d89d7e1c6852.tar.gz |
Partial support for Haiku (#3727)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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'" |