From 2d655683dda815021011d9dd135a263f0003bed5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 4 Dec 2012 12:32:10 +0100 Subject: Typos Change-Id: I40aff76df4ddef3774632a3dcdf67b943229feb3 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ff9572197fa3..9af58c77bb4b 100644 --- a/configure.ac +++ b/configure.ac @@ -1848,7 +1848,7 @@ AC_ARG_WITH(nss-build-tools, AS_HELP_STRING([--with-nss-build-tools], [For Windows users, please supply the path to the nss build tools.]) [ - Usage: --with-nss-build= At the moment of this writing, an installer for the @@ -8038,7 +8038,7 @@ if test "$_os" != "WINNT"; then # new and shiny mork driver AC_MSG_RESULT([yes (new mork driver)]) else - if test "WITH_MOZAB4WIN" = "NO"; then + if test "$WITH_MOZAB4WIN" = "NO"; then AC_MSG_RESULT([no]) else AC_MSG_RESULT([yes, internal (old windows mozab driver)]) @@ -8103,7 +8103,7 @@ else AC_MSG_CHECKING([for nss build tooling]) # coming from mozilla if test -z "$NSSBUILDTOOLS"; then AC_MSG_ERROR([nss build tooling not provided -Use the --with-nss-build option after installing the tools obtained +Use the --with-nss-build-tools option after installing the tools obtained from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32]) else if test \( "$WITH_MINGW" = "yes" -a ! -d "$NSSBUILDTOOLS" \) \ -- cgit