Use the PG_CONFIG setting from ./configure cmd line in regression tests.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 17 Mar 2014 13:50:11 +0000 (15:50 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 17 Mar 2014 13:50:11 +0000 (15:50 +0200)
commit30489f56c17f9e0e69d38b4667a1f0cb6f2fb269
tree7e0560a9ce81e81ec66e3528743163ac58bb7a8b
parent665373626409e4777c671402c72999479c6074e1
Use the PG_CONFIG setting from ./configure cmd line in regression tests.

If compiling without libpq (configure --without-libpq), then you still need
to have pg_config in path to build the regression tests, or specify
PG_CONFIG at the make command line.
test/Makefile.in