* configure.ac: Change target_os from windows to cygwin.
This commit is contained in:
parent
7b780018f5
commit
c3302aa582
2 changed files with 5 additions and 1 deletions
|
@ -173,7 +173,7 @@ case "$host_os" in
|
|||
esac
|
||||
|
||||
case "$target_os" in
|
||||
mingw32*) target_os=cygwin ;;
|
||||
windows* | mingw32*) target_os=cygwin ;;
|
||||
esac
|
||||
|
||||
# This normalizes the names, and creates a new variable ("host_kernel")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue