summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-01-08 14:25:17 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-01-08 14:25:17 -0500
commit0d69e553fd29766f75e15fc4e217c92d772bcffb (patch)
treeec0ef91cf025b25f28464768d4794376f9886d36
parent7a2cc0f6074caee35688c6748fbebd2c4c2fedd6 (diff)
Fix the build2.55.1
autogen was failing due to this variable being defined multiple times.
-rw-r--r--win32/vs15/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/vs15/Makefile.am b/win32/vs15/Makefile.am
index 94408c698..fcea2b3d7 100644
--- a/win32/vs15/Makefile.am
+++ b/win32/vs15/Makefile.am
@@ -42,6 +42,6 @@ MSVC_BASE_VER = 10
MSVC_BASE_VER_LONG = 2010
MSVC_VER = 15
MSVC_VER_LONG = 15
-MSVC_TOOLSET = 141
+#MSVC_TOOLSET = 141
include $(top_srcdir)/win32/Makefile-newvs.am