configure: add '-psql_config' option
authorPeter Seiderer <ps.report@gmx.net>
Wed, 11 Mar 2015 19:55:42 +0000 (20:55 +0100)
committerPeter Seiderer <ps.report@gmx.net>
Fri, 13 Mar 2015 19:16:49 +0000 (19:16 +0000)
commit12dffd75176b93b266d27e27a45ed727ec1b14a1
tree2d30569620c52a2af0713d2d23c290e2092c628d
parent3e55cd6dc467303a3c35312e9fcb255c2c048b32
configure: add '-psql_config' option

Allow setting of pg_config path for cross compilation where pg_config is
not in the command search path (do the same as for mysql_config).
This is e.g. used for buildroot (see [1] for details).

Patch is backported from qtbase/a59028d6e98bcf5a13c9103753e5e83c362c63bc.

[1] http://lists.busybox.net/pipermail/buildroot/2015-March/121654.html

Change-Id: If2cce9c8e9e3f87bcbe80fcccacad881ec14b476
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
configure