aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9f26e1e..96f2630 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -57,7 +57,7 @@ print $FH "\n#endif\n";
close($FH);
my $workaround;
-if (-e '/etc/mageia-release' && $cfg{modversion} =~ /4\.9\./) {
+if (-e '/etc/mageia-release' && $cfg{modversion} =~ /4\.(11|9)\./) {
$workaround = '-DPATCHED_MGA';
}
if (! -e '/etc/mageia-release' && -e '/etc/redhat-release' && $cfg{modversion} =~ /4.11/) {