autoconf: Support cygwin in addition to mingw

This commit is contained in:
Dave Rigby 2014-09-22 15:53:16 +01:00
parent eb5376ab9e
commit 70bdee07d9

View File

@ -330,7 +330,7 @@ case "${host}" in
fi
abi="xcoff"
;;
*-*-mingw*)
*-*-mingw* | *-*-cygwin*)
abi="pecoff"
force_tls="0"
RPATH=""