summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/card.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Xconfig/card.pm')
-rw-r--r--perl-install/Xconfig/card.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm
index 74a5ede95..57ec26b06 100644
--- a/perl-install/Xconfig/card.pm
+++ b/perl-install/Xconfig/card.pm
@@ -474,7 +474,7 @@ NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.", xfree4_version
if (arch() =~ /ppc/ && $ENV{DISPLAY}) {
push @choices, { text => N("Xpmac (installation display driver)"), code => sub {
#- HACK: re-allowing XFree 3
- $::force_xf4 = 0;
+ $force_xf4 = 0;
$card->{server} = "Xpmac";
$card->{prefer_xf3} = 1;
} };