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

New commits:
commit 296a8ef5cab17e576de7aa0d89bf5f7c7de3070f
Author:     Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Tue Nov 1 21:47:24 2022 +0900
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Tue Nov 1 19:16:20 2022 +0100

    Add support for .NET Framework 4.8.1
    
    Change-Id: I9d719c1c5ad36579638882cf09dabaee812c015e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142113
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/configure.ac b/configure.ac
index e98a71342a46..f2314d4144e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6591,7 +6591,7 @@ find_al()
     unset altest
 
     # We need this check to detect 4.6.1 or above.
-    for ver in 4.8 4.7.2 4.7.1 4.7 4.6.2 4.6.1; do
+    for ver in 4.8.1 4.8 4.7.2 4.7.1 4.7 4.6.2 4.6.1; do
         reg_get_value_32 "HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft 
SDKs/NETFXSDK/$ver/WinSDK-NetFx40Tools/InstallationFolder"
         PathFormat "$regvalue"
         if test -n "$regvalue" -a \( -f "$formatted_path_unix/al.exe" -o -f 
"$formatted_path_unix/bin/al.exe" \); then
@@ -6615,7 +6615,7 @@ find_dotnetsdk46()
 {
     unset frametest
 
-    for ver in 4.8 4.7.2 4.7.1 4.7 4.6.2 4.6.1 4.6; do
+    for ver in 4.8.1 4.8 4.7.2 4.7.1 4.7 4.6.2 4.6.1 4.6; do
         reg_get_value_32 "HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft 
SDKs/NETFXSDK/$ver/KitsInstallationFolder"
         if test -n "$regvalue"; then
             frametest=$regvalue

Reply via email to