configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 128b7500231dc8c71496eab00c6dee6960db6675 Author: Tor Lillqvist <t...@collabora.com> Date: Thu Mar 9 08:38:38 2017 +0200
Don't claim 10.0A is an "acceptable" Windows SDK version The find_winsdk_version function does not accept it. Change-Id: I1d6a5b528e9bc1c93cc589fe5832150e3994ada5 diff --git a/configure.ac b/configure.ac index be37a08..bab96b0 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits