Configure: Reword the summary output
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 25 Oct 2018 21:31:24 +0000 (23:31 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 26 Oct 2018 10:45:47 +0000 (12:45 +0200)
commit41349b5e6dbd72bfbeaf3cf189d64914240628e3
treed9acd8e135225b84aa58880c01a337f4cddafda8
parent8817215d5c52a76f2b184b624bde4df8556dee6d
Configure: Reword the summary output

In commit 820e414d2830 (pr #5247) the summary output of the
Configure command was optimized towards instructing people
how to create issue reports.

It turned out that the wording of this message can confuse new
OpenSSL users and make them think that they are seeing an error
message. This commit makes the summary output start with a success
to prevent a misunderstanding. Also it gives more hints to new
OpenSSL users.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7499)
Configure