* configure.ac: Don't change host_os from mingw to cygwin.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-22 17:09:15 +02:00
parent c3302aa582
commit 7dc5ca13c5
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Don't change host_os from mingw to cygwin.
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Change target_os from windows to cygwin.

View File

@ -168,10 +168,6 @@ case "$target_cpu" in
x86_64 | sparc64) target_m64=1 ;;
esac
case "$host_os" in
mingw32*) host_os=cygwin ;;
esac
case "$target_os" in
windows* | mingw32*) target_os=cygwin ;;
esac