summaryrefslogtreecommitdiff
path: root/post_download.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-10-13 00:59:12 +0200
committerJan Holesovsky <kendy@suse.cz>2011-10-13 01:00:59 +0200
commit257ad3bfd33ee709c397b60c302a393ccf114b7b (patch)
tree8b3c371750511ad52cd578f9c55193cb52ccff83 /post_download.in
parent0ecc6c2ca0927591479a227a28f2b58888080609 (diff)
MinGW does not need the external .dll's.
Diffstat (limited to 'post_download.in')
-rw-r--r--post_download.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_download.in b/post_download.in
index 551f5c1fa183..7c5d07f08dcc 100644
--- a/post_download.in
+++ b/post_download.in
@@ -9,7 +9,7 @@ echo "********************************************************************"
AC_CANONICAL_HOST
case "$host_os" in
- cygwin*|mingw32*) # Windows
+ cygwin*) # Windows
_os=WINNT
;;
*)