Merge pull request #128 from daverigby/cygwin

autoconf: Support cygwin in addition to mingw
This commit is contained in:
Jason Evans
2014-09-29 15:16:10 -07:00

View File

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