X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=bc5c62b4bfa4c14dd767be54c435806f84022529;hb=cd24d61675e2f5c9145efcac62f64347789e583c;hp=a751e17a8555a6190257962d8ecb425c660e1ed0;hpb=1c1bfbe71037e9b5a925a547e590e3628df00c7b;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index a751e17..bc5c62b 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'"