pgsql-bugs(at)postgresql(dot)org 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 lane