]> git.eshelyaron.com Git - emacs.git/commit
Check whether the sqlite supports sqlite3_load_extension
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Dec 2021 05:40:01 +0000 (06:40 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Dec 2021 05:40:01 +0000 (06:40 +0100)
commitebf59d1a28b49b391b8025d7017bacf853c01aa2
treec1e91846fd6a916e7013bb1d596d318f5b79a556
parentad1b80d91dfae992c91d36446af5357f77739bfc
Check whether the sqlite supports sqlite3_load_extension

* configure.ac: Check for sqlite3_load_extension, which is
apparently missing in some versions.
* src/sqlite.c: Add guards.
(Fsqlite_load_extension): Ifdef out on systems that doesn't have it.
configure.ac
src/sqlite.c