[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 11 11:08:40 UTC 2018


 configure.ac |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 76c7c1d49117e877747b9a33fa211d37feda5a6e
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Dec 11 13:08:01 2018 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Dec 11 13:08:01 2018 +0200

    Accept also Windows SDK 10.0.17763

diff --git a/configure.ac b/configure.ac
index fb9c18df730d..782edf1891c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5087,6 +5087,8 @@ find_winsdk_version()
                 winsdklibsubdir="10.0.15063.0"
             elif test "$regvalue" = "10.0.17134"; then
                 winsdklibsubdir="$regvalue.0"
+            elif test "$regvalue" = "10.0.17763"; then
+                winsdklibsubdir="$regvalue.0"
             fi
             return
         fi


More information about the Libreoffice-commits mailing list