- Notifications
You must be signed in to change notification settings - Fork28
Commitb86515d
committed
Give a useful error message if uuid-ossp is built without preconfiguration.
Before commitb8cc8f9, it was possible to build contrib/uuid-ossp withouthaving told configure you meant to; you could just cd into that directoryand "make". That no longer works because the code depends on configure tohave done header and library probes, but the ensuing error messages arenot so easy to interpret if you're not an old C hand. We've gotten acouple of complaints recently from people trying to do this the low-techway, so add an explicit #error directing the user to use --with-uuid.(In principle we might want to do something similar in the otheroptionally-built contrib modules; but I don't think any of the others haveever worked without preconfiguration, so there are no bad habits to breakpeople of.)Back-patch to 9.4 where the previous commit came in.Report:https://postgr.es/m/CAHeEsBf42AWTnk=1qJvFv+mYgRFm07Knsfuc86Ono8nRjf3tvQ@mail.gmail.comReport:https://postgr.es/m/CAKYdkBrUaZX+F6KpmzoHqMtiUqCtAW_w6Dgvr6F0WTiopuGxow@mail.gmail.com1 parent4032ef1 commitb86515d
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
| 35 | + | |
37 | 36 |
| |
38 |
| - | |
39 |
| - | |
| 37 | + | |
40 | 38 |
| |
| 39 | + | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
0 commit comments
Comments
(0)