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

David Ostrovsky david at ostrovsky.org
Fri Feb 24 10:55:38 UTC 2017


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

New commits:
commit 2f6f58a06260029e3ef784956114a730d5790adc
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Thu Feb 23 23:49:03 2017 +0100

    configure.ac: Add missing result message
    
    Change-Id: Ib5d84e67d36e41d20e137ce96ce66f758b110198
    Reviewed-on: https://gerrit.libreoffice.org/34596
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/configure.ac b/configure.ac
index e69e9f1..a2448e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3502,6 +3502,7 @@ if test "$_os" = "WINNT"; then
         else
             AC_MSG_ERROR([No msbuild found, Visual Studio installation broken?])
         fi
+	AC_MSG_RESULT([$regvalue])
     fi
 
     # Find the version of devenv.exe


More information about the Libreoffice-commits mailing list