Skip to content

Avoid ./configure failure on NetBSD

PHO requested to merge PHO/ghc:aclocal-fix-netbsd into master

./configure currently fails on NetBSD due to the following error. This patch solves the issue:

% ./configure -C
configure: loading cache config.cache
checking for gfind... no
checking for find... /usr/bin/find
checking for sort... /usr/bin/sort
checking for GHC version date... inferred 8.11.0.20200117
checking for GHC Git commit id... inferred a71323ffebf7663c50025d2731bf9de2d04f82c3
checking for ghc... /usr/pkg/bin/ghc
checking version of ghc... 8.8.1
checking build system type... x86_64-unknown-netbsd8.1
checking host system type... x86_64-unknown-netbsd8.1
checking target system type... x86_64-unknown-netbsd8.1
Build platform inferred as: x86_64-unknown-netbsd
Host platform inferred as: x86_64-unknown-netbsd
Target platform inferred as: x86_64-unknown-netbsd
Unknown OS netbsd8.1

Merge request reports