diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 0fcfbc186f47..4db47f3cd4ee 100644 --- a/configure.ac +++ b/configure.ac @@ -3522,13 +3522,9 @@ if test "$_os" = "WINNT"; then # are always "better", we list them in reverse chronological order. case $vcnum in - 110) - COMEX=14 - WINDOWS_SDK_ACCEPTABLE_VERSIONS="8.0 7.1A" - ;; 120) COMEX=15 - WINDOWS_SDK_ACCEPTABLE_VERSIONS="8.1A 8.1 8.0" + WINDOWS_SDK_ACCEPTABLE_VERSIONS="8.1A 8.1 8.0 7.1A" ;; esac |