diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:41:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:41:33 +0200 |
commit | 5e0128fc306acc2a2626b645214460d5bf214b39 (patch) | |
tree | cb3f0644955f788be025cfda74a2994e0ad1e5a0 /configure.ac | |
parent | 31a0507dfe9cb5a87e2a860bac25a8405788489c (diff) |
Autotools and VC++ build support for SQL Server
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 9d8fd2e..20fa6e1 100644 --- a/configure.ac +++ b/configure.ac @@ -89,6 +89,10 @@ case $database in LIBODB_ORACLE([], [AC_MSG_ERROR([libodb-oracle is not found; consider using --with-libodb-oracle=DIR])]) ORACLE ;; + mssql) + LIBODB_MSSQL([], [AC_MSG_ERROR([libodb-mssql is not found; consider using --with-libodb-mssql=DIR])]) + MSSQL + ;; esac # Output. |