forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c2e2b3
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 parent586d75a commit6c2e2b3
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 | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7444 | 7444 |
| |
7445 | 7445 |
| |
7446 | 7446 |
| |
7447 |
| - | |
| 7447 | + | |
7448 | 7448 |
| |
7449 | 7449 |
| |
7450 | 7450 |
| |
| |||
7542 | 7542 |
| |
7543 | 7543 |
| |
7544 | 7544 |
| |
7545 |
| - | |
| 7545 | + | |
7546 | 7546 |
| |
7547 | 7547 |
| |
7548 | 7548 |
| |
|
0 commit comments
Comments
(0)