forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8014d2a
committed
Skip test for IPC::Run if user is overriding our search for PROVE.
The check for IPC::Run we added in commitc254970 is useful in simplecases, but there are real use-cases where "prove" is coming from adifferent Perl installation than the "perl" we want to use to build.In such cases asking whether "perl" knows about IPC::Run is irrelevantand can cause an unnecessary configure failure. Hence, if user hasspecified a value for PROVE, skip the IPC::Run check. Per discussionwith Andrew Dunstan.Discussion:https://postgr.es/m/E1dcE5n-0005Sk-UE@gemulon.postgresql.org1 parentcdc47d1 commit8014d2a
2 files changed
+72
-66
lines changedLines changed: 63 additions & 60 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16457 | 16457 |
| |
16458 | 16458 |
| |
16459 | 16459 |
| |
| 16460 | + | |
| 16461 | + | |
| 16462 | + | |
| 16463 | + | |
16460 | 16464 |
| |
16461 |
| - | |
16462 |
| - | |
16463 |
| - | |
16464 |
| - | |
16465 |
| - | |
16466 |
| - | |
16467 |
| - | |
16468 |
| - | |
16469 |
| - | |
16470 |
| - | |
16471 |
| - | |
16472 |
| - | |
16473 |
| - | |
16474 |
| - | |
16475 |
| - | |
16476 |
| - | |
16477 |
| - | |
16478 |
| - | |
16479 |
| - | |
16480 |
| - | |
16481 |
| - | |
16482 |
| - | |
16483 |
| - | |
16484 |
| - | |
16485 |
| - | |
16486 |
| - | |
16487 |
| - | |
16488 |
| - | |
16489 |
| - | |
16490 |
| - | |
16491 |
| - | |
16492 |
| - | |
16493 |
| - | |
16494 |
| - | |
16495 |
| - | |
16496 |
| - | |
16497 |
| - | |
16498 |
| - | |
16499 |
| - | |
16500 |
| - | |
16501 |
| - | |
16502 |
| - | |
16503 |
| - | |
16504 |
| - | |
16505 |
| - | |
16506 |
| - | |
16507 |
| - | |
16508 |
| - | |
16509 |
| - | |
16510 |
| - | |
16511 |
| - | |
16512 |
| - | |
16513 |
| - | |
16514 |
| - | |
16515 |
| - | |
16516 |
| - | |
16517 |
| - | |
16518 |
| - | |
16519 |
| - | |
16520 |
| - | |
16521 | 16465 |
| |
16522 | 16466 |
| |
16523 | 16467 |
| |
| |||
16595 | 16539 |
| |
16596 | 16540 |
| |
16597 | 16541 |
| |
| 16542 | + | |
| 16543 | + | |
| 16544 | + | |
| 16545 | + | |
| 16546 | + | |
| 16547 | + | |
| 16548 | + | |
| 16549 | + | |
| 16550 | + | |
| 16551 | + | |
| 16552 | + | |
| 16553 | + | |
| 16554 | + | |
| 16555 | + | |
| 16556 | + | |
| 16557 | + | |
| 16558 | + | |
| 16559 | + | |
| 16560 | + | |
| 16561 | + | |
| 16562 | + | |
| 16563 | + | |
| 16564 | + | |
| 16565 | + | |
| 16566 | + | |
| 16567 | + | |
| 16568 | + | |
| 16569 | + | |
| 16570 | + | |
| 16571 | + | |
| 16572 | + | |
| 16573 | + | |
| 16574 | + | |
| 16575 | + | |
| 16576 | + | |
| 16577 | + | |
| 16578 | + | |
| 16579 | + | |
| 16580 | + | |
| 16581 | + | |
| 16582 | + | |
| 16583 | + | |
| 16584 | + | |
| 16585 | + | |
| 16586 | + | |
| 16587 | + | |
| 16588 | + | |
| 16589 | + | |
| 16590 | + | |
| 16591 | + | |
| 16592 | + | |
| 16593 | + | |
| 16594 | + | |
| 16595 | + | |
| 16596 | + | |
| 16597 | + | |
| 16598 | + | |
| 16599 | + | |
| 16600 | + | |
16598 | 16601 |
| |
16599 | 16602 |
| |
16600 | 16603 |
| |
|
Lines changed: 9 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2134 | 2134 |
| |
2135 | 2135 |
| |
2136 | 2136 |
| |
| 2137 | + | |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
| 2141 | + | |
| 2142 | + | |
| 2143 | + | |
| 2144 | + | |
| 2145 | + | |
2137 | 2146 |
| |
2138 | 2147 |
| |
2139 | 2148 |
| |
2140 | 2149 |
| |
2141 |
| - | |
2142 |
| - | |
2143 |
| - | |
2144 |
| - | |
2145 |
| - | |
2146 |
| - | |
2147 | 2150 |
| |
2148 | 2151 |
| |
2149 | 2152 |
| |
|
0 commit comments
Comments
(0)