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

Tor Lillqvist tml at collabora.com
Thu Mar 9 08:29:09 UTC 2017


 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ace5130bd9e761699a67afccc4aa6924df476209
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Mar 9 10:17:47 2017 +0200

    "checking Is Visual C++ Express" is not proper English
    
    Use the existing convention for how the output from AC_MSG_* lines
    should look.
    
    Change-Id: Id416ac97d65aa4a7445242c9a4853b6941ae2b4e

diff --git a/configure.ac b/configure.ac
index bb889a2..cad737d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3437,11 +3437,11 @@ if test "$_os" = "WINNT"; then
     VC_PRODUCT_DIR=`win_short_path_for_make "$VC_PRODUCT_DIR"`
     AC_MSG_RESULT([$VC_PRODUCT_DIR])
 
-    AC_MSG_CHECKING([Is Visual C++ Express])
+    AC_MSG_CHECKING([whether it is Visual C++ Express])
     if test "$vcexpress" = "Express" ; then
-        AC_MSG_RESULT([Yes])
+        AC_MSG_RESULT([yes])
     else
-        AC_MSG_RESULT([No])
+        AC_MSG_RESULT([no])
     fi
 
     UCRTSDKDIR=


More information about the Libreoffice-commits mailing list