forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9cffb18
committed
Also check for Python platform-specific include directory
Python can be built to have two separate include directories: one forplatform-independent files and one for platform-specific files. Sofar, this has apparently never mattered for a PL/Python build. Butwith the new multi-arch Python packages in Debian and Ubuntu, this isbecoming the standard configuration on these platforms, so we mustcheck these directories separately to be able to build there.Also add a bit of reporting in configure to be able to see better whatis going on with this.1 parente83bb10 commit9cffb18
2 files changed
+26
-6
lines changedLines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
37 | 48 |
| |
38 | 49 |
| |
39 | 50 |
| |
40 | 51 |
| |
41 | 52 |
| |
42 |
| - | |
43 |
| - | |
44 | 53 |
| |
45 | 54 |
| |
46 | 55 |
| |
|
Lines changed: 14 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7454 | 7454 |
| |
7455 | 7455 |
| |
7456 | 7456 |
| |
7457 |
| - | |
7458 |
| - | |
7459 |
| - | |
7460 | 7457 |
| |
7461 | 7458 |
| |
7462 | 7459 |
| |
| 7460 | + | |
| 7461 | + | |
| 7462 | + | |
| 7463 | + | |
| 7464 | + | |
| 7465 | + | |
| 7466 | + | |
| 7467 | + | |
| 7468 | + | |
| 7469 | + | |
| 7470 | + | |
| 7471 | + | |
| 7472 | + | |
| 7473 | + | |
7463 | 7474 |
| |
7464 | 7475 |
| |
7465 | 7476 |
| |
|
0 commit comments
Comments
(0)