From c3302aa5826460f296fd6630b3e2996c9bd90dcf Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Thu, 22 Aug 2013 17:02:47 +0200 Subject: [PATCH] * configure.ac: Change target_os from windows to cygwin. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0c0e60a8f..2a8e649b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-08-22 Vladimir Serbinenko + + * configure.ac: Change target_os from windows to cygwin. + 2013-08-22 Vladimir Serbinenko Handle grub-pe2elf and grub-mkfont for cases when build != host. diff --git a/configure.ac b/configure.ac index 8a239670b..a90bf0093 100644 --- a/configure.ac +++ b/configure.ac @@ -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")