summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/old-configure.in b/old-configure.in
index 6ed4fc1f3d..02c3b51865 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -182,8 +182,8 @@ case "$target" in
19*)
_CC_SUITE=14
MSVS_VERSION=2015
- MSVC_C_RUNTIME_DLL=vcruntime140.dll
- MSVC_CXX_RUNTIME_DLL=msvcp140.dll
+ MSVC_C_RUNTIME_DLL=vcruntime140*.dll
+ MSVC_CXX_RUNTIME_DLL=msvcp140*.dll
MOZ_CHECK_HEADER(dia2.h, MSVC_HAS_DIA_SDK=1)
if test -n "$MSVC_HAS_DIA_SDK"; then