]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Add option to use pkg-config rather than pg_config
authorTravis Cross <tc@traviscross.com>
Thu, 17 Oct 2013 00:40:18 +0000 (00:40 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 23 Oct 2013 18:18:47 +0000 (18:18 +0000)
commitba052c224c4f1757cda591f6a269264266283911
tree26f8c8846f51eceacf6354650ff32b8eca17a375
parent88b2e96516db3203bd28e8d4a467347de4000e9e
Add option to use pkg-config rather than pg_config

We shouldn't be using pg_config to get build options for FS from
libpq.  pg_config just tells us what was used to build postgresql, not
what we should use.

See:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725007

Make this optional for now until we're comfortable it works
everywhere.

FS-5821 --resolve
configure.in