From 7dc5ca13c566eabf97f80a72494da84c99a81cef Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Thu, 22 Aug 2013 17:09:15 +0200 Subject: [PATCH] * configure.ac: Don't change host_os from mingw to cygwin. --- ChangeLog | 4 ++++ configure.ac | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2a8e649b3..a54d84132 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-08-22 Vladimir Serbinenko + + * configure.ac: Don't change host_os from mingw to cygwin. + 2013-08-22 Vladimir Serbinenko * configure.ac: Change target_os from windows to cygwin. diff --git a/configure.ac b/configure.ac index a90bf0093..7a927f174 100644 --- a/configure.ac +++ b/configure.ac @@ -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