[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Sun Oct 25 14:35:41 UTC 2020


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d5d08f6ebb0d7a635431e3d7294fbf4d7fa534af
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Sun Oct 25 15:26:50 2020 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Oct 25 15:35:07 2020 +0100

    Don't display harmless error messages from wsl-lo-helper
    
    Change-Id: I6ae91b093eaad3b59ca939045ba0d045377f3978
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104773
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/configure.ac b/configure.ac
index 85ff8c3c0f55..9b2f66ec437d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3917,7 +3917,7 @@ if test "$_os" = "WINNT"; then
 
     AC_MSG_CHECKING([for MSBuild.exe location for: $vcnumwithdot])
     # Find the proper version of MSBuild.exe to use based on the VS version
-    reg_get_value_32 HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MSBuild/$vcnumwithdot/MSBuildOverrideTasksPath
+    reg_get_value_32 HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MSBuild/$vcnumwithdot/MSBuildOverrideTasksPath 2>/dev/null
     if test -n "$regvalue" ; then
         AC_MSG_RESULT([found: $regvalue])
         MSBUILD_PATH=`win_short_path_for_make "$regvalue"`


More information about the Libreoffice-commits mailing list