summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-08-17 11:42:21 -0400
committerPauli <pauli@openssl.org>2021-08-20 10:32:35 +1000
commitecb09bafad43bc8a722c498f859ed6ad3c73b99b (patch)
tree8471386868b29ac7cc385278f7bbcc27ccda2f64 /Configure
parent214888448df407e2154ca871d6ffec41ab18698e (diff)
downloadopenssl-new-ecb09bafad43bc8a722c498f859ed6ad3c73b99b.tar.gz
Replace CONFIG_NOWAIT env var with -w option
And document the -w option Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16325)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/Configure b/Configure
index 2264e090c5..b00b91ac63 100755
--- a/Configure
+++ b/Configure
@@ -63,6 +63,8 @@ EOF
# (Default: PREFIX/ssl)
# --banner=".." Output specified text instead of default completion banner
#
+# -w Don't wait after showing a Configure warning
+#
# --cross-compile-prefix Add specified prefix to binutils components.
#
# --api One of 0.9.8, 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, or 3.0
@@ -898,7 +900,7 @@ while (@argvcopy)
{
$guess_opts{verbose} = 1;
}
- elsif (/^-w$/) # From older 'config'
+ elsif (/^-w$/)
{
$guess_opts{nowait} = 1;
}