diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-24 09:13:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-24 15:29:52 +0000 |
commit | 9a6c74171b401310d143cfe1b0d1a0be1a4108c3 (patch) | |
tree | 1a4dbefc4f108c79c963768bd3cf6add526f9b84 /configure.in | |
parent | f4f4a899f0d5520a497bbd07ccfef9086c54ca1c (diff) |
document that the mozilla build tooling is for nss as well as mozilla
Diffstat (limited to 'configure.in')
-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 |