From 0d69e553fd29766f75e15fc4e217c92d772bcffb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 8 Jan 2018 14:25:17 -0500 Subject: [PATCH] Fix the build autogen was failing due to this variable being defined multiple times. --- win32/vs15/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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