Message406059
"Autoconfiscate" SQLite detection. Plan:
- Detect header/library using AC_CHECK_HEADERS/AC_CHECK_LIB
- Check required version using AC_COMPILE_IFELSE
- Use AC_CHECK_LIB to check if sqlite3_load_extension is present, and if the result harmonises with --enable-loadable-sqlite-extensions; bail if not
Nice side effect: configure will bail if --enable-loadable-sqlite-extensions is used and the target SQLite library was compiled with SQLITE_OMIT_LOAD_EXTENSION, even if we are not on macOS. |
|
Date |
User |
Action |
Args |
2021-11-09 22:26:46 | erlendaasland | set | recipients:
+ erlendaasland, christian.heimes |
2021-11-09 22:26:46 | erlendaasland | set | messageid: <1636496806.29.0.76332999648.issue45774@roundup.psfhosted.org> |
2021-11-09 22:26:46 | erlendaasland | link | issue45774 messages |
2021-11-09 22:26:46 | erlendaasland | create | |
|