build: win: detect also mingw64 in msys2 setup
commit35b7bf938216f9f5c1768acba987a5e6964877d8
authorAvi Halachmi (:avih) <avihpit@yahoo.com>
Mon, 10 Oct 2016 11:55:34 +0000 (10 14:55 +0300)
committerAvi Halachmi (:avih) <avihpit@yahoo.com>
Mon, 10 Oct 2016 11:55:34 +0000 (10 14:55 +0300)
treeccda02dfe919e57842828f0269a00c7abf28c671
parent07818ec6a7eb34427bad6ac8fb4cd9e9831118bf
build: win: detect also mingw64 in msys2 setup

MSYS2 installs 3 environments, with uname (e.g. on win8.1 64) as follows:
- MINGW32_NT-6.3  gcc -> stand-alone native i686 binaries
- MINGW64_NT-6.3  gcc -> stand-alone native x86_64 binaries
- MSYS_NT-6.3     gcc -> posix-ish binaries which can only run in this env

Therefore 'MINGW' is more generic and detects both 32/64 native
environments, where previously 'MINGW32' detected only the 32 one.
configure