[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at collabora.com
Thu Mar 9 08:34:35 UTC 2017
configure.ac | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit bd556fcb093c3e26eafa875e371e2729021e37fe
Author: Tor Lillqvist <tml at 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
More information about the Libreoffice-commits
mailing list