]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[111-configure-options-with-pgsql-not-working-properly] Added a default for auto...
authorFrancis Dupont <fdupont@isc.org>
Sat, 29 Dec 2018 09:27:26 +0000 (10:27 +0100)
committerMichal Nowikowski <godfryd@isc.org>
Tue, 29 Jan 2019 09:54:49 +0000 (10:54 +0100)
configure.ac

index 79666ce6cd9ff8ccb166a04f6f744627aea56a2d..72c0cbb593525f2e79b63c3786ed6d81a4305689 100644 (file)
@@ -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