forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitde7ee9e
committed
In the configure check for the Python distutils module, use a less obscure
shell construct to hide away the stderr output. Python 3.1 actually coredumps on the current invocation (http://bugs.python.org/issue7111), but thenew version also has the more general advantage of saving the error messagein config.log for analysis.1 parentea2467d commitde7ee9e
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7011 | 7011 |
| |
7012 | 7012 |
| |
7013 | 7013 |
| |
7014 |
| - | |
| 7014 | + | |
7015 | 7015 |
| |
7016 | 7016 |
| |
7017 | 7017 |
| |
|
0 commit comments
Comments
(0)