- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit0fb0f68
committed
Improve configure error for ICU libraries if pkg-config is absent.
If pkg-config is not installed, the ICU libraries cannot be found, butthe custom configure error message did not mention this. This mightlead to confusion about the actual problem. To improve this, removethe explicit error message and rely on PKG_CHECK_MODULES' genericerror message.Author: Michael BanckReported-by: Holger JakobsDiscussion:https://postgr.es/m/ccd579ed-4949-d3de-ab13-9e6456fd2caf%40jakobs.comDiscussion:https://postgr.es/m/66b5d05c.050a0220.7c8ce.a951@mx.google.com1 parent5ff9b6b commit0fb0f68
2 files changed
+23
-13
lines changedLines changed: 22 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8153 | 8153 |
| |
8154 | 8154 |
| |
8155 | 8155 |
| |
8156 |
| - | |
8157 |
| - | |
8158 |
| - | |
8159 |
| - | |
| 8156 | + | |
| 8157 | + | |
| 8158 | + | |
| 8159 | + | |
| 8160 | + | |
| 8161 | + | |
| 8162 | + | |
| 8163 | + | |
| 8164 | + | |
| 8165 | + | |
8160 | 8166 |
| |
8161 | 8167 |
| |
8162 | 8168 |
| |
8163 |
| - | |
8164 |
| - | |
8165 |
| - | |
8166 |
| - | |
| 8169 | + | |
| 8170 | + | |
| 8171 | + | |
| 8172 | + | |
| 8173 | + | |
| 8174 | + | |
| 8175 | + | |
| 8176 | + | |
| 8177 | + | |
| 8178 | + | |
| 8179 | + | |
| 8180 | + | |
8167 | 8181 |
| |
8168 | 8182 |
| |
8169 | 8183 |
| |
|
Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
829 | 829 |
| |
830 | 830 |
| |
831 | 831 |
| |
832 |
| - | |
833 |
| - | |
834 |
| - | |
835 |
| - | |
836 |
| - | |
| 832 | + | |
837 | 833 |
| |
838 | 834 |
| |
839 | 835 |
| |
|
0 commit comments
Comments
(0)