diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-05-10 14:43:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-11 00:42:13 +0200 |
commit | fc00041df85fd508d1fc34658d4c9ceeb10084b1 (patch) | |
tree | 1f84f89347233388db1d54fbb1b50673464d68b8 /configure.ac | |
parent | a909afbc21e8cdd03a7f27db798f830c76aa91d2 (diff) |
Also for SDK 10.0.17134 the winsdklibsubdir needs to have a .0 tacked on
Also remove questionable old "Hack needed at least by tml".
Change-Id: I478358ea114cee2f8a181b98cb3433447b3ed560
Reviewed-on: https://gerrit.libreoffice.org/54081
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index ad94133135ff..cef6c2940019 100644 --- a/configure.ac +++ b/configure.ac @@ -5230,12 +5230,8 @@ find_winsdk_version() winsdklibsubdir="10.0.16299.0" elif test "$regvalue" = "10.0.15063"; then winsdklibsubdir="10.0.15063.0" - dnl Hack needed at least by tml: - if test ! -f "${winsdktest}/Include/10.0.15063.0/um/sqlext.h" \ - -a -f "${winsdktest}/Include/10.0.14393.0/um/sqlext.h" - then - winsdklibsubdir="10.0.14393.0" - fi + elif test "$regvalue" = "10.0.17134"; then + winsdklibsubdir="$regvalue.0" fi return fi |