postgresql/src/pl
Tom Lane ed7eff89fd 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:42 -04:00
..
plperl Guard against using plperl's Makefile without specifying --with-perl. 2011-09-04 20:07:42 -04:00
plpgsql Create new errcode for recovery conflict caused by db drop on master. 2011-02-01 08:49:58 +00:00
plpython Change PyInit_plpy to external linkage 2011-08-18 13:47:35 +03:00
tcl Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:41:23 -04:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00