From 5e0128fc306acc2a2626b645214460d5bf214b39 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Jan 2012 16:41:33 +0200 Subject: Autotools and VC++ build support for SQL Server --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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. -- cgit v1.1