change configure so that if postgresql isn't being installed as root,

Marc G. Fournier <scrappy@hub.org>

Commit: cd3a8e232cd6b62dd8c31ecbd780c0944c84bce0
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1998-10-13T17:26:50Z
Releases: 7.1.1
change configure so that if postgresql isn't being installed as root,
do not configure in the perl5 interface.

the perl5 interface needs to be installed under /usr/local/lib/perl5/*, which
is generally owned by root.  This allows a non-root build/install with the
only root requirement being the make/install of hte perl5 stuff...

Files

PathChange+/−
src/backend/parser/gram.c modified +4 −4
src/backend/parser/scan.c modified +2 −2
src/configure modified +9 −9
src/configure.in modified +9 −9