This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erlendaasland
Recipients christian.heimes, erlendaasland
Date 2021-11-09.22:26:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636496806.29.0.76332999648.issue45774@roundup.psfhosted.org>
In-reply-to
Content
"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.
History
Date User Action Args
2021-11-09 22:26:46erlendaaslandsetrecipients: + erlendaasland, christian.heimes
2021-11-09 22:26:46erlendaaslandsetmessageid: <1636496806.29.0.76332999648.issue45774@roundup.psfhosted.org>
2021-11-09 22:26:46erlendaaslandlinkissue45774 messages
2021-11-09 22:26:46erlendaaslandcreate