psql, not postgres, in configure.ac
This commit is contained in:
parent
76bb92dcb4
commit
d57dd89e98
@ -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])])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user