diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-24 09:58:48 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-24 10:23:47 +0200 |
commit | aefb392d4d6bcb59c3f3df34018d754ac4f718e9 (patch) | |
tree | 3d881a964e5ce72c50723ef04ee85034cece8b4a /configure.ac | |
parent | 7703243861e4ade2c0fcdda98033a19d006717b7 (diff) |
Add Oracle to automake and Visual Studio build
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 26ae26d..532140d 100644 --- a/configure.ac +++ b/configure.ac @@ -81,6 +81,10 @@ case $database in LIBODB_PGSQL([], [AC_MSG_ERROR([libodb-pgsql is not found; consider using --with-libodb-pgsql=DIR])]) PGSQL ;; + oracle) + LIBODB_ORACLE([], [AC_MSG_ERROR([libodb-oracle is not found; consider using --with-libodb-oracle=DIR])]) + ORACLE + ;; esac # Check for the ODB compiler. |