X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=60371a991282531f6afa5f05f05ab49c8348566b;hb=3aa09c8562ca80b8c402c6950ceea49e49c75210;hp=c11d6632495b7266fa2d39f7a889ae22a127aea6;hpb=ae368b7c1654da96e4ca1a0485fe6e0818ef8426;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index c11d663..60371a9 100644 --- a/configure.ac +++ b/configure.ac @@ -296,7 +296,7 @@ checkVendor() { checkOS() { case $1 in - linux|freebsd|netbsd|openbsd|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) ;; *) echo "Unknown OS '$1'"