Commit 4a235ef
committed
Make configure check for minimum required version of IPC::Run.
Per the discussion around 3eb1f4d, let's have configure verify that
the available IPC::Run version is at least 0.79, the agreed-on minimum.
It seems unlikely that this could bite anybody anymore, but it's useful
as documentation. (Based on that, there's little need to back-patch.)
For consistency, also supply a minimum version for the other Perl
module we have an explicit check for, Time::HiRes. I used the
version that ships with Perl 5.8.3.
Discussion: https://postgr.es/m/E1mYY6Z-0006OL-QN@gemulon.postgresql.org1 parent 39ae0ef commit 4a235ef
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19255 | 19255 | | |
19256 | 19256 | | |
19257 | 19257 | | |
| 19258 | + | |
| 19259 | + | |
19258 | 19260 | | |
19259 | 19261 | | |
19260 | 19262 | | |
| |||
19308 | 19310 | | |
19309 | 19311 | | |
19310 | 19312 | | |
19311 | | - | |
| 19313 | + | |
19312 | 19314 | | |
19313 | 19315 | | |
19314 | 19316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2348 | 2348 | | |
2349 | 2349 | | |
2350 | 2350 | | |
2351 | | - | |
| 2351 | + | |
| 2352 | + | |
| 2353 | + | |
2352 | 2354 | | |
2353 | 2355 | | |
2354 | 2356 | | |
| |||
0 commit comments