diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 58a20d190dc9..2711e51c7acb 100644 --- a/configure.in +++ b/configure.in @@ -6041,7 +6041,7 @@ else BUILD_TYPE="$BUILD_TYPE NSS" AC_MSG_RESULT([internal]) if test "$build_os" = "cygwin"; then - AC_MSG_CHECKING([for Mozilla build tooling]) + AC_MSG_CHECKING([for Mozilla build tooling. Required for nss and/or mozilla]) if test -z "$MOZILLABUILD" ; then AC_MSG_ERROR([Mozilla build tooling not found. Use the --with-mozilla-build option after installing the tools obtained |