summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 6fe4f3a7b..9260cbb39 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -325,7 +325,7 @@ sub setPackages {
$o->{compssUsersChoice}{SYSTEM} = 1;
$o->{compssUsersChoice}{BURNER} = 1 if detect_devices::burners();
- $o->{compssUsersChoice}{3D} = 1 if
+ $o->{compssUsersChoice}{'3D'} = 1 if
detect_devices::matching_desc('Matrox.* G[24]00') ||
detect_devices::matching_desc('Riva.*128') ||
detect_devices::matching_desc('Rage X[CL]') ||