summaryrefslogtreecommitdiff
path: root/post_download.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-12-20 15:37:58 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-12-20 15:37:58 +0200
commit6eebbe5bba75df3e0303b2227f9b05946127ab62 (patch)
tree9545c837841b7f67ec2c779d15e34e9aaf841ca2 /post_download.in
parent7f958f626c587fd0e8e616198d37147bb70de9fb (diff)
It's called MinGW, not mingwin, mingw32, etc
Diffstat (limited to 'post_download.in')
-rwxr-xr-xpost_download.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_download.in b/post_download.in
index c6e5ac395cf2..3668b998a988 100755
--- a/post_download.in
+++ b/post_download.in
@@ -69,7 +69,7 @@ fi
dnl ===================================================================
dnl Windows builds - use oowintool to copy CRT dlls and manifest
dnl ===================================================================
-if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then
+if test "$_os" = "WINNT" -a "$WITH_MINGW" != "yes"; then
if ./oowintool --msvc-copy-dlls ./external/msvcp ; then
:
else