From d68986f1e608c2d2f3dd59cd0d2aa23b3e9cd9ce Mon Sep 17 00:00:00 2001 From: BMDan <881372+BMDan@users.noreply.github.com> Date: Sat, 4 Nov 2023 13:00:45 -0700 Subject: [PATCH] fix: Apply cascade-disables before showing status Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/22621) --- Configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configure b/Configure index 26e1d0dc94..6cc03bf2fe 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