psql, not postgres, in configure.ac
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 5 Jun 2014 16:01:21 +0000 (11:01 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 5 Jun 2014 16:01:21 +0000 (11:01 -0500)
configure.ac

index e56a55a544d9a0e61cf6ffad7742cbb802efa39a..b3933e88da933f8d2c15ac4832a45d0bcd2392b6 100644 (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])])