diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 71f2037e7663..9a13921411ce 100644 --- a/configure.ac +++ b/configure.ac @@ -282,6 +282,10 @@ if test "$build_os" = "cygwin"; then PathFormat "$BUILDDIR" BUILDDIR="$formatted_path" 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]) + fi fi AC_SUBST(SRC_ROOT) |