From 836fb5c1cc4fa14dd075cf9172b47b7d4ebb6760 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 20 Jun 2004 23:20:01 +0000 Subject: simplify x11 autoconf --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index abbe67142..85b7f9a38 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -112,7 +112,7 @@ foreach my $hw_class (@harddrake::data::tree) { } elsif ($Ident eq "VIDEO") { require harddrake::autoconf; harddrake::autoconf::xconf(); - undef @configurator_pool; + next; } next if $is_globetrotter && !$hw_class->{automatic}; -- cgit v1.2.1