Joel Burton writes:
> Feeding `pg_config --configure` into configure no longer works, as the
> output of `pg_config --configure` now includes hypens (as in
> "'--enable-cassert' '--enable-debug'"), which configure rejects.
[ apostrophes, I assume ]
Try
eval configure `pg_config --configure`
This allows correct behaviour with arguments that contain spaces.
--
Peter Eisentraut peter_e@gmx.net