From: BMDan <881372+BMDan@users.noreply.github.com> Date: Sat, 4 Nov 2023 20:00:45 +0000 (-0700) Subject: fix: Apply cascade-disables before showing status X-Git-Tag: openssl-3.6.0-alpha1~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d68986f1e608c2d2f3dd59cd0d2aa23b3e9cd9ce;p=thirdparty%2Fopenssl.git fix: Apply cascade-disables before showing status Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/22621) --- diff --git a/Configure b/Configure index 26e1d0dc946..6cc03bf2fee 100755 --- a/Configure +++ b/Configure @@ -3409,6 +3409,8 @@ sub usage } print STDERR "\n"; + disable(); + # Do some color wizardry. Ideally, this would be done by a library and # would use proper termcap/terminfo, but we would rather avoid external # dependencies. It's disabled by default unless you define CLICOLOR in