forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit264eb03
committed
Make configure check for a couple more Perl modules for --enable-tap-tests.
Red Hat's notion of a basic Perl installation doesn't include Test::Moreor Time::HiRes, and reportedly some Debian installs also omit Time::HiRes.Check for those during configure to spare the user the pain of diggingthrough check-world output to find out what went wrong. While we're at it,we should also check the version of Test::More, since TestLib.pm requiresat least 0.87.In principle this could be back-patched, but it's probably not necessary.Discussion:https://postgr.es/m/516.1521475003@sss.pgh.pa.us1 parent9415051 commit264eb03
2 files changed
+12
-4
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16517 | 16517 |
| |
16518 | 16518 |
| |
16519 | 16519 |
| |
| 16520 | + | |
| 16521 | + | |
| 16522 | + | |
| 16523 | + | |
| 16524 | + | |
| 16525 | + | |
16520 | 16526 |
| |
16521 | 16527 |
| |
16522 | 16528 |
| |
| |||
16566 | 16572 |
| |
16567 | 16573 |
| |
16568 | 16574 |
| |
16569 |
| - | |
| 16575 | + | |
16570 | 16576 |
| |
16571 | 16577 |
| |
16572 | 16578 |
| |
| |||
16588 | 16594 |
| |
16589 | 16595 |
| |
16590 | 16596 |
| |
16591 |
| - | |
| 16597 | + | |
16592 | 16598 |
| |
16593 | 16599 |
| |
16594 | 16600 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2114 | 2114 |
| |
2115 | 2115 |
| |
2116 | 2116 |
| |
2117 |
| - | |
2118 |
| - | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
2119 | 2121 |
| |
2120 | 2122 |
| |
2121 | 2123 |
| |
|
0 commit comments
Comments
(0)