include odbcinstext.h in connectparams.c

This is possible since unixodbc version 2.2.10 as they fixed the including
of local files from public headers.
This commit is contained in:
Nirgal Vourgère
2013-06-30 15:29:16 +02:00
parent 5cc23dd447
commit 6b24b25454
2 changed files with 3 additions and 41 deletions

View File

@@ -50,7 +50,8 @@ mutually exclusive.
--enable-sql will cause the SQL engine to be built, you must have flex
and bison (or yacc) installed for this option.
--with-unixodbc specifies the location of the unixODBC driver manager and
causes the unixODBC driver to be built.
causes the unixODBC driver to be built. You need version
2.2.10 or above.
--with-iodbc specifies the location of the iODBC driver manager and
causes the iODBC driver to be built.