postgresql/src/pl
Tom Lane 6a24742c1a 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 into
src/pl/plperl and tries to build there despite the configure omission,
as reported by Tomas Vondra in bug #6198.  Add simple checks to
provide a more useful report, while not disabling other use of the
makefile such as "make clean".

Back-patch to 9.0, which is as far as the patch applies easily.
2011-09-04 20:07:34 -04:00
..
plperl Guard against using plperl's Makefile without specifying --with-perl. 2011-09-04 20:07:34 -04:00
plpgsql Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
plpython Change PyInit_plpy to external linkage 2011-08-18 12:59:43 +03:00
tcl Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 2011-07-04 14:35:58 -04:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00