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

David Ostrovsky david at ostrovsky.org
Wed Feb 17 19:37:44 UTC 2016


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

New commits:
commit 649f74e21b6dc7117b542f490272897ac1d00566
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Wed Feb 17 19:49:12 2016 +0100

    Consider MSVC 14.0 per default, when no MSVC 12.0 installed
    
    Change-Id: I7de8df7d8b7da2c16e27f22529162574bc0f747d
    Reviewed-on: https://gerrit.libreoffice.org/22436
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: David Ostrovsky <david at ostrovsky.org>
    Tested-by: David Ostrovsky <david at ostrovsky.org>

diff --git a/configure.ac b/configure.ac
index 9037ed2..5143482 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3350,8 +3350,8 @@ vs_versions_to_check()
         map_vs_year_to_version "$1"
         vsversions=$vsversion
     else
-        # By default we prefer 2013
-        vsversions=12.0
+        # By default we prefer 2013/2015, in this order
+        vsversions="12.0 14.0"
     fi
 }
 


More information about the Libreoffice-commits mailing list