summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2018-12-29 10:27:26 +0100
committerMichal Nowikowski <godfryd@isc.org>2019-01-29 10:54:49 +0100
commit3bc05d7544fdce2a23ba3ad2ba121a0babf936e9 (patch)
tree8263990dbc273b5aa4d13ec93fe53ce3f039908e /configure.ac
parent[master] Added ChangeLog entry for get hosts by subnet (diff)
downloadkea-3bc05d7544fdce2a23ba3ad2ba121a0babf936e9.tar.xz
kea-3bc05d7544fdce2a23ba3ad2ba121a0babf936e9.zip
[111-configure-options-with-pgsql-not-working-properly] Added a default for auto-detected PG_CONFIG
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 79666ce6cd..72c0cbb593 100644
--- a/configure.ac
+++ b/configure.ac
@@ -750,6 +750,7 @@ if test "${deprec_msg}" = "yes" ; then
fi
if test "${pg_config}" = "yes" ; then
+ PG_CONFIG="/usr/bin/pg_config"
for d in $defaultdirs
do
if test -f $d/bin/pg_config; then