configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8d7f129de5b6d784f7d6c10e24f76670e77df9ba
Author: Christian Lohmaier <[email protected]>
AuthorDate: Mon Jun 9 14:30:11 2025 +0200
Commit: Christian Lohmaier <[email protected]>
CommitDate: Mon Jun 9 16:17:51 2025 +0200
fixup "cleanup msvcdll stuff"
there were unstaged changes that should have been part of
d39842d01b63143a4832be0e01a8b3c216afa9e7
Change-Id: I80faa7e1a0c0572d8b96adbebe846a980e929fc2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186295
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <[email protected]>
diff --git a/configure.ac b/configure.ac
index 6978857b7973..2ba5f74527aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7161,7 +7161,7 @@ find_msms()
local version="$1"
AC_MSG_CHECKING([for MSVC $version merge modules directory])
- local my_msm_dir="$VC_PRODUCT_DIR/redist/MSVC/${version}/MergeModules"
+ local my_msm_dir="$VC_PRODUCT_DIR/redist/MSVC/v${version}/MergeModules"
local my_msm_file="$my_msm_dir/Microsoft_VC${version}_CRT_x86.msm"
echo "$as_me:$LINENO: looking for ${my_msm_file}" >&5
if test -e "${my_msm_file}"; then
@@ -8988,7 +8988,7 @@ if test $_os = "WINNT"; then
for i in $PKGFORMAT; do
if test "$i" = msi; then
dnl strip initial v from the version label found by find_msvc
- with_vcredis=${VCTOOLSET:1}
+ with_redist=${VCTOOLSET:1}
find_msms "$with_redist"
if test -n "$msmdir"; then
MSM_PATH=`win_short_path_for_make "$msmdir"`/