configure: Add support for msys2.

Recognize msys2 systems, based on a patch provided in issue #96 by
ckkashyap.
ck_pring
Olivier Houchard 8 years ago
parent 6b141c0bdd
commit 33e5698b01

2
configure vendored

@ -347,7 +347,7 @@ case "$SYSTEM" in
DCORES=`sysctl -n hw.ncpu`
SYSTEM=darwin
;;
MINGW32*)
MINGW32*|MSYS_NT*)
SYSTEM=mingw32
LDFLAGS="-mthreads $LDFLAGS"
;;

Loading…
Cancel
Save