aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-06-11 07:15:01 +0100
committerChristopher Baines <mail@cbaines.net>2019-06-11 07:15:01 +0100
commit93fdefc7b10da46e26cf29831553d3e4bb7cc7ad (patch)
treeece02717acb9fe61c26a249fd57339b4b90ff908 /configure.ac
parentd7586e88fa57485b21b0e6d64732583a07aee9ac (diff)
downloaddata-service-93fdefc7b10da46e26cf29831553d3e4bb7cc7ad.tar
data-service-93fdefc7b10da46e26cf29831553d3e4bb7cc7ad.tar.gz
Pass the --db-client option to sqitch deploy
So that it can always find psql.
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 ccf2071..7952277 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ AC_SUBST([guilemoduledir])
AC_SUBST([GUILE_EFFECTIVE_VERSION])
AC_PATH_PROG([sqitch], [sqitch])
+AC_PATH_PROG([psql], [psql])
dnl Substitute placeholders to generate these target files
AC_CONFIG_FILES([Makefile])