summaryrefslogtreecommitdiff
path: root/regen_perly.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regen_perly.pl')
-rw-r--r--regen_perly.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen_perly.pl b/regen_perly.pl
index 6a372f977f..02b6ba0845 100644
--- a/regen_perly.pl
+++ b/regen_perly.pl
@@ -65,7 +65,7 @@ die "$0: must be run on an ASCII system\n" unless ord 'A' == 65;
# the test below to allow that version too. DAPM Feb 04.
my $version = `$bison -V`;
-unless ($version =~ /\b(1\.875c?|2\.0)\b/) { die <<EOF; }
+unless ($version =~ /\b(1\.875[a-z]?|2\.0)\b/) { die <<EOF; }
You have the wrong version of bison in your path; currently 1.875
or 2.0 is required. Try installing