[EMAIL PROTECTED] writes:
> The use of quotes in pg_config --configure makes it not longer
> usable as ./configure argument
Add an eval:
eval ./configure `pg_config --configure`
The change is necessary to handle configure arguments that contain
spaces...
regards, tom lan
jmm ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
[7.3.x] pg_config --configure not readily usable
Long Description
The use of quotes in pg_config --configure makes it not longer
usable as ./configure argument
Example:
jmma@