From f1de376fd1df540864b72e6e4c1edee731f05d6c Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 22 Jul 2011 15:55:44 +0200 Subject: Make automake scripts PostgreSQL aware --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 94c5e21..ccbf96a 100644 --- a/configure.ac +++ b/configure.ac @@ -77,6 +77,10 @@ case $database in LIBODB_SQLITE([], [AC_MSG_ERROR([libodb-sqlite is not found; consider using --with-libodb-sqlite=DIR])]) SQLITE ;; + pgsql) + LIBODB_PGSQL([], [AC_MSG_ERROR([libodb-pgsql is not found; consider using --with-libodb-pgsql=DIR])]) + PGSQL + ;; esac # Check for the ODB compiler. -- cgit v1.1