From bd556fcb093c3e26eafa875e371e2729021e37fe Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 9 Mar 2017 10:30:21 +0200 Subject: AC_MSG_* hygiene Change-Id: Idaad0d2d51f533100ae3d57eb933b6d1becb4f56 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cad737d53649..6ff62e9e5460 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 -- cgit