psql, not postgres, in configure.ac

This commit is contained in:
Christopher Allan Webber 2014-06-05 11:01:21 -05:00
parent 76bb92dcb4
commit d57dd89e98

View File

@ -147,7 +147,7 @@ AC_PROG_INSTALL
# Check for a supported database program
AC_PATH_PROG([SQLITE], [sqlite3])
AC_PATH_PROG([POSTGRES], [postgres])
AC_PATH_PROG([POSTGRES], [psql])
AS_IF([test "x$SQLITE" = x -a "x$POSTGRES" = "x"],
[AC_MSG_ERROR([SQLite or PostgreSQL is required])])