Kaydet (Commit) 2dc8ed69 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Noel Grandin

simplify finding of windows SDK in configure.ac

find_winsdk() is never called with a parameter

Change-Id: Ib0b0e5053a3bf792b66832d96ebf771251a24c1f
Reviewed-on: https://gerrit.libreoffice.org/13167Tested-by: 's avatarLibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 191d387a
......@@ -5087,13 +5087,7 @@ find_winsdk()
unset winsdktest
if test -n "$1"; then
sdkversions=$1
else
sdkversions="$WINDOWS_SDK_ACCEPTABLE_VERSIONS"
fi
for ver in $sdkversions; do
for ver in $WINDOWS_SDK_ACCEPTABLE_VERSIONS; do
find_winsdk_version $ver
if test -n "$winsdktest"; then
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment