From fd6b89e3d9cb165829a25cd196b5340104a4e440 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 5 Jan 2000 20:55:20 +0000 Subject: no_comment --- perl-install/Xconfigurator.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 44721b4ea..733fc9de9 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -318,10 +318,11 @@ sub testFinalConfig($;$$) { local $_; local *F; open F, $f_err; - while () { + i: while () { if (/\b(error|not supported)\b/i) { my @msg = !/error/ && $_ ; while () { + /not fatal/ and last i; /^$/ and last; push @msg, $_; } -- cgit v1.2.1