]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Don't change host_os from mingw to cygwin.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 22 Aug 2013 15:09:15 +0000 (17:09 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 22 Aug 2013 15:09:15 +0000 (17:09 +0200)
ChangeLog
configure.ac

index 2a8e649b3581250e1b52b18cd5a7a8a22044bd36..a54d8413229374b3a21e0a8479c7fe3f8dee5d9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a90bf0093053492ef2c782c78996459d95d661cf..7a927f1749f9057d1397ef75ab0ee18b528ed47c 100644 (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