Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure.ac: Enable support for a versioned cursor library (#202)
This patch modifies configure.ac so DEFINE_CURSOR_LIB_VER can be defined in config.h. Doing so subsequently defines CURSOR_LIB_VER, allowing a versioned cursor library to be accessed via dlopen in DriverManager/SQLConnect.c. This new configure switch is not enabled by default, so existing behaviour is retained. Closes #201.
- Loading branch information