change configure so that if postgresql isn't being installed as root,
Marc G. Fournier <scrappy@hub.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |