From 3bc05d7544fdce2a23ba3ad2ba121a0babf936e9 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 29 Dec 2018 10:27:26 +0100 Subject: [PATCH] [111-configure-options-with-pgsql-not-working-properly] Added a default for auto-detected PG_CONFIG --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2