From: Vladimir 'phcoder' Serbinenko Date: Thu, 22 Aug 2013 15:02:47 +0000 (+0200) Subject: * configure.ac: Change target_os from windows to cygwin. X-Git-Tag: grub-2.02-beta1~869 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3302aa5826460f296fd6630b3e2996c9bd90dcf;p=thirdparty%2Fgrub.git * configure.ac: Change target_os from windows to cygwin. --- 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")