- Notifications
You must be signed in to change notification settings - Fork5
Commit5e7a770
committed
Fix configure's incorrect version tests for flex and perl.
awk's equality-comparison operator is "==" not "=". We got this rightin many places, but not in configure's checks for supported versionnumbers of flex and perl. It hadn't been noticed because unsupportedversions are so old as to be basically extinct in the wild, and becausethe only consequence is whether or not a WARNING flies by duringconfigure.Daniel Gustafsson noted the problem with respect to the test for flex,I found the other by reviewing other awk calls.1 parentad5993d commit5e7a770
3 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7272 | 7272 |
| |
7273 | 7273 |
| |
7274 | 7274 |
| |
7275 |
| - | |
| 7275 | + | |
7276 | 7276 |
| |
7277 | 7277 |
| |
7278 | 7278 |
| |
| |||
7370 | 7370 |
| |
7371 | 7371 |
| |
7372 | 7372 |
| |
7373 |
| - | |
| 7373 | + | |
7374 | 7374 |
| |
7375 | 7375 |
| |
7376 | 7376 |
| |
|
0 commit comments
Comments
(0)