- Notifications
You must be signed in to change notification settings - Fork5
Commit6a24742
committed
Guard against using plperl's Makefile without specifying --with-perl.
The $(PERL) macro will be set by configure if it finds perl at all,but $(perl_privlibexp) isn't configured unless you said --with-perl.This results in confusing error messages if someone cd's intosrc/pl/plperl and tries to build there despite the configure omission,as reported by Tomas Vondra in bug #6198. Add simple checks toprovide a more useful report, while not disabling other use of themakefile such as "make clean".Back-patch to 9.0, which is as far as the patch applies easily.1 parent4c2777d commit6a24742
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
| 67 | + | |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
| 73 | + | |
71 | 74 |
| |
72 | 75 |
| |
73 | 76 |
| |
| 77 | + | |
74 | 78 |
| |
75 | 79 |
| |
76 | 80 |
| |
|
0 commit comments
Comments
(0)