Fix the build

autogen was failing due to this variable being
defined multiple times.
This commit is contained in:
Matthias Clasen 2018-01-08 14:25:17 -05:00
parent 7a2cc0f607
commit 0d69e553fd

View File

@ -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