Description
src/main/include/log4cxx/db/odbcappender.h includes sqlext.h which may or may not be GPL'd or LGPL'd depending on ODBC implementation in use. This change eliminates sqlext.h from appearing in odbcappender.h and pushes checks on ODBC availability into odbcappender.cpp. If compiled without ODBC support, ODCBAppender will output an LogLog::error during activateOptions.