]> git.ipfire.org Git - thirdparty/freeswitch.git/commit - configure.ac
FS-5512 --resolve ; clean up PostgreSQL libpq client detection in configure
authorKen Rice <krice@freeswitch.org>
Fri, 21 Feb 2014 20:51:46 +0000 (14:51 -0600)
committerKen Rice <krice@freeswitch.org>
Fri, 21 Feb 2014 20:57:48 +0000 (14:57 -0600)
commit81185aa9b70977dc7660c3a205ae988cca6b3478
tree176f3f0fd2273ce0b027fde0688c823ff02a3651
parent2907a4824fd713342249a059095d47ecf22e836b
FS-5512 --resolve ; clean up PostgreSQL libpq client detection in configure

Clean up the libpq autodection and make sure it functionswith both pg_config and pkg-config.

if you are installing into a non-FHS standard location such as what happens with RPMs from the Postgres yum repo, you will need to make sure pkg-config can fild the libpq.pc file.
example: export PKG_CONFIG_PATH=/usr/pgsql-9.3/lib/pkgconfig

you may also want to make sure your path can find pg_config
example: export PATH=/usr/pgsql-9.3/bin:$PATH
configure.in