summaryrefslogtreecommitdiff
path: root/post_download.in
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-08-31 13:24:00 -0400
committerDavid Tardon <dtardon@redhat.com>2012-10-07 10:42:17 +0200
commit59bf5321fa4c49b0d140700e2c56de7e1b637926 (patch)
tree44a58b2b28860fe36eac97b9f4bf23cff542f771 /post_download.in
parente994a91060c145ad08ef75dcf9862043202ac6ce (diff)
fix msm suport for VS2012
Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13
Diffstat (limited to 'post_download.in')
-rw-r--r--post_download.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/post_download.in b/post_download.in
index 0161233dd40c..7685f56e1466 100644
--- a/post_download.in
+++ b/post_download.in
@@ -47,10 +47,10 @@ dnl ===================================================================
dnl Windows builds - use oowintool to copy VC redist merge modules
dnl ===================================================================
if test "$COM" = "MSC"; then
- if ! ./oowintool --msvc-copy-msms ./external/msm90 ; then
+ if ! ./oowintool --msvc-copy-msms ./external/msm"$VCVER" ; then
AC_MSG_ERROR([oowintool failed to copy merge modules])
fi
- if ! ./oowintool --msvc-copy-msms-64 ./external/msm90 ; then
+ if ! ./oowintool --msvc-copy-msms-64 ./external/msm"$VCVER" ; then
AC_MSG_WARN([oowintool failed to copy x64 merge modules, installation
will lack the 64-bit Explorer extension])
fi