Kaydet (Commit) 184c1df3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

VCVER < 140 (i.e., MSVC 2013 and older) are no longer supported

Change-Id: Id5c2de5cb343f86e210882404af19779da795793
Reviewed-on: https://gerrit.libreoffice.org/38151Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 2ccde70d
......@@ -5911,7 +5911,7 @@ if test "$GCC" = "yes"; then
else
# MSVC has sprouted C++11 thread-safe statics in 2015
# http://blogs.msdn.com/b/vcblog/archive/2015/06/19/c-11-14-17-features-in-vs-2015-rtm.aspx
if test "$COM" = "MSC" -a "$VCVER" -ge "140"; then
if test "$COM" = "MSC"; then
AC_DEFINE(HAVE_THREADSAFE_STATICS)
AC_MSG_RESULT([yes])
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment