diff --git a/aclocal.m4 b/aclocal.m4 index 7c85e062b6dd59e4ab1c7fe58fea16029f0dc9cc..ac20bbc630d348b3fdaf1c26a70ff8819b4548ef 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1978,8 +1978,11 @@ AC_DEFUN([GHC_CONVERT_OS],[ linux-*|linux) $3="linux" ;; + openbsd*) + $3="openbsd" + ;; # As far as I'm aware, none of these have relevant variants - freebsd|netbsd|openbsd|dragonfly|hpux|linuxaout|kfreebsdgnu|freebsd2|mingw32|darwin|gnu|nextstep2|nextstep3|sunos4|ultrix|haiku) + freebsd|netbsd|dragonfly|hpux|linuxaout|kfreebsdgnu|freebsd2|mingw32|darwin|gnu|nextstep2|nextstep3|sunos4|ultrix|haiku) $3="$1" ;; aix*) # e.g. powerpc-ibm-aix7.1.3.0