From f8f6fd8b8fff8d60a8f667daa4d1b8a70eb930c4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 18 Feb 2005 17:22:19 +0000 Subject: generated auto_install.cfg.pl can contain a somewhat empty printer config, but not really empty --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 89769e131..caedbcdf3 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -663,7 +663,7 @@ sub summaryBefore {} sub summary { my ($o) = @_; configureTimezone($o); - configurePrinter($o) if $o->{printer}; + configurePrinter($o) if $o->{printer} && $o->{printer}{SPOOLER}; } sub summaryAfter { -- cgit v1.2.1