summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-02-28 09:41:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-02-28 11:02:05 +0100
commit2118504c7b00d963057ae8b5d21ff56f5ce90e22 (patch)
treecc784e0e6e6c83e392fb2e3a8622908bc92c5b7e
parentb1ddf5e2796e6a7c21d7eae59a1f0a2abcbbea02 (diff)
Remove redundant MSVSVER
Same as vcyear since ba6c014d9c3e2267cfa08e753ea7ba651a03f2fe "Simplify Visual Studio and Windows SDK related configurability" Change-Id: I77f27b43d2bbac73ff739ac1f9580076e8b46ff2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89664 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Jenkins
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 292bade76fbe..e0107cc0e35a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3601,7 +3601,6 @@ if test "$_os" = "WINNT"; then
COMPATH=`win_short_path_for_make "$formatted_path"`
VCVER=$vcnum
- MSVSVER=$vcyear
# The WINDOWS_SDK_ACCEPTABLE_VERSIONS is mostly an educated guess... Assuming newer ones
# are always "better", we list them in reverse chronological order.
@@ -3619,7 +3618,7 @@ if test "$_os" = "WINNT"; then
WINDOWS_SDK_ACCEPTABLE_VERSIONS=$with_windows_sdk
;;
*)
- AC_MSG_ERROR([Windows SDK $with_windows_sdk is not known to work with VS $MSVSVER])
+ AC_MSG_ERROR([Windows SDK $with_windows_sdk is not known to work with VS $vcyear])
;;
esac
fi