aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-09-04 20:07:34 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-09-04 20:07:34 -0400
commit6a24742c1a1bd04c02da24c4739811b068a84367 (patch)
tree4daa089145fd84a84a20f9f54c7b63971a51e831 /src/backend/access/gist/gistget.c
parent4c2777d0b733220d9029f78817af8ce671e4a5ad (diff)
downloadpostgresql-6a24742c1a1bd04c02da24c4739811b068a84367.tar.gz
postgresql-6a24742c1a1bd04c02da24c4739811b068a84367.zip
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.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions