Ensure the right perl is used for TAP tests on msys
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 18 Feb 2022 21:59:30 +0000 (16:59 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 20 Feb 2022 16:51:44 +0000 (11:51 -0500)
commitcf12541f2bd5fd34425ecbb99f056a30ca5b7cae
tree2a73ed35f67b62630b3e377cf78bb48978ed3ee7
parent69639e2b5c12c6f1eafa9db1a6b7d16e6471ac61
Ensure the right perl is used for TAP tests on msys

In particular, perl with $Config{osname} = msys should only be used if
the build target is msys (which is currently buildable but not usable).
For builds targeted at native Windows, perl from the ucrt64 toolchain is
suitable.

Discussion: https://postgr.es/m/20220216210141.5glt5isg5qtwty4c@alap3.anarazel.de
config/check_modules.pl
configure
configure.ac