forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7d7b129
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 parent37d0c2c commit7d7b129
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 | |
---|---|---|---|
| |||
7358 | 7358 |
| |
7359 | 7359 |
| |
7360 | 7360 |
| |
7361 |
| - | |
| 7361 | + | |
7362 | 7362 |
| |
7363 | 7363 |
| |
7364 | 7364 |
| |
| |||
7456 | 7456 |
| |
7457 | 7457 |
| |
7458 | 7458 |
| |
7459 |
| - | |
| 7459 | + | |
7460 | 7460 |
| |
7461 | 7461 |
| |
7462 | 7462 |
| |
|
0 commit comments
Comments
(0)