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

Stephan Bergmann sbergman at redhat.com
Thu Nov 27 03:53:22 PST 2014


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

New commits:
commit c9c2e27c95a87aa75513555ef485cac978889b19
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 27 12:51:41 2014 +0100

    Adapt for Visual Studio 2013
    
    (Note that the registry keys that find_msms() tries to read are apparently only
    written after you started Visual Studio at least once.)
    
    Change-Id: I522b70d9bc5d1d2d775254fc7ddedd7164444062

diff --git a/configure.ac b/configure.ac
index 316bfb0..013f947 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5103,7 +5103,7 @@ find_winsdk()
 
 find_msms()
 {
-    for ver in 10.0 11.0; do
+    for ver in 10.0 11.0 12.0; do
         reg_get_value_32 HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/$ver/Setup/VS/MSMDir
         if test -n "$regvalue"; then
             if test -e "$regvalue/Microsoft_VC${VCVER}_CRT_x86.msm"; then


More information about the Libreoffice-commits mailing list