summaryrefslogtreecommitdiff
path: root/post_download.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-12-21 19:07:12 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-12-21 19:07:20 +0200
commitb326d5decbe8a05df65f92ec4ed908810d68582c (patch)
tree2807dfed5e49c3805fd0c1e1fb015e0268b4aea5 /post_download.in
parent4ce4ff8a53831b9338fa5b5090c45dad9cf639e0 (diff)
Drop msvc*7*.dll, see fdo#32426
Diffstat (limited to 'post_download.in')
-rwxr-xr-xpost_download.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/post_download.in b/post_download.in
index a6bef095fe31..9902ea09b1b2 100755
--- a/post_download.in
+++ b/post_download.in
@@ -113,15 +113,3 @@ Get the version corresponding to your Visual Studio from the Microsoft site
and put it into external/vcredist.])
fi
fi
-
-dnl ===================================================================
-dnl Windows builds with MSVS 2008/2010 need msvcr71.dll in external/msvcp71
-dnl ===================================================================
-if test "$_os" = "WINNT"; then
- AC_MSG_CHECKING([for msvcr71.dll])
- if test -f ./external/msvcp71/msvcr71.dll; then
- AC_MSG_RESULT([found])
- else
- AC_MSG_ERROR([msvcr71.dll is missing in external/msvcp71.])
- fi
-fi