diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 15:55:44 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 15:55:44 +0200 |
commit | f1de376fd1df540864b72e6e4c1edee731f05d6c (patch) | |
tree | d79837366181ef5489e7645028aedf4e6a2b0b29 /configure.ac | |
parent | 61f4a460fa3fb297b056597353e2e2f3330db7b3 (diff) |
Make automake scripts PostgreSQL aware
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
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. |