diff options
author | Francis Dupont <fdupont@isc.org> | 2018-12-29 10:27:26 +0100 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2019-01-29 10:54:49 +0100 |
commit | 3bc05d7544fdce2a23ba3ad2ba121a0babf936e9 (patch) | |
tree | 8263990dbc273b5aa4d13ec93fe53ce3f039908e /configure.ac | |
parent | [master] Added ChangeLog entry for get hosts by subnet (diff) | |
download | kea-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.ac | 1 |
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 |