summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-03-09 08:38:38 +0200
committerTor Lillqvist <tml@collabora.com>2017-03-09 08:38:38 +0200
commit128b7500231dc8c71496eab00c6dee6960db6675 (patch)
tree13e97abcb7add845e207f36f504c8cddcbededd8 /configure.ac
parent316ee26535d5d794aefd543019a7246ef8a3b96d (diff)
Don't claim 10.0A is an "acceptable" Windows SDK version
The find_winsdk_version function does not accept it. Change-Id: I1d6a5b528e9bc1c93cc589fe5832150e3994ada5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index be37a085cf89..bab96b0f46a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3613,11 +3613,11 @@ if test "$_os" = "WINNT"; then
case $vcnum in
140)
COMEX=19
- WINDOWS_SDK_ACCEPTABLE_VERSIONS="10.0A 10.0 8.1A 8.1 8.0 7.1A"
+ WINDOWS_SDK_ACCEPTABLE_VERSIONS="10.0 8.1A 8.1 8.0 7.1A"
;;
150)
COMEX=19
- WINDOWS_SDK_ACCEPTABLE_VERSIONS="10.0A 10.0 8.1A 8.1 8.0 7.1A"
+ WINDOWS_SDK_ACCEPTABLE_VERSIONS="10.0 8.1A 8.1 8.0 7.1A"
;;
esac