From 93fdefc7b10da46e26cf29831553d3e4bb7cc7ad Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 11 Jun 2019 07:15:01 +0100 Subject: Pass the --db-client option to sqitch deploy So that it can always find psql. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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]) -- cgit v1.2.3