diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 16:00:49 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 16:00:49 +0200 |
commit | 321aaee205aee9035497b32c9087fabe325a7696 (patch) | |
tree | 86e3c68677f96310850272f59bbe9910b6b024d8 /configure.ac | |
parent | de71cad748dcc3105a50741e71a5958780b43c61 (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 43f8dc7..ff877d8 100644 --- a/configure.ac +++ b/configure.ac @@ -78,6 +78,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. |