configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit ace5130bd9e761699a67afccc4aa6924df476209 Author: Tor Lillqvist <t...@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= _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits