configure.ac |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit bd556fcb093c3e26eafa875e371e2729021e37fe
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu Mar 9 10:30:21 2017 +0200

    AC_MSG_* hygiene
    
    Change-Id: Idaad0d2d51f533100ae3d57eb933b6d1becb4f56

diff --git a/configure.ac b/configure.ac
index cad737d..6ff62e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -295,7 +295,9 @@ if test "$build_os" = "cygwin"; then
     x_Cygwin=
     AC_MSG_CHECKING(for explicit COMSPEC)
     if test -z "$COMSPEC"; then
-        AC_MSG_ERROR([COMSPEC not set in Environment, please set it an rerun])
+        AC_MSG_ERROR([COMSPEC not set in environment, please set it and rerun])
+    else
+        AC_MSG_RESULT([found: $COMSPEC])
     fi
 fi
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to