summaryrefslogtreecommitdiffstats
path: root/database/sqlite/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'database/sqlite/CONFIGURE')
-rwxr-xr-xdatabase/sqlite/CONFIGURE6
1 files changed, 6 insertions, 0 deletions
diff --git a/database/sqlite/CONFIGURE b/database/sqlite/CONFIGURE
index 615eb77831..21c39230f3 100755
--- a/database/sqlite/CONFIGURE
+++ b/database/sqlite/CONFIGURE
@@ -2,6 +2,12 @@ config_query SQLITE_META "Enable column metadata?" y &&
config_query SQLITE_SECURE_DELETE "Compile with SQLITE_SECURE_DELETE?" n &&
+config_query SQLITE_ENABLE_UNLOCK "Compile with SQLITE_ENABLE_UNLOCK_NOTIFY" n &&
+
config_query_option SQLITE_TSAFE "Build thread-safe SQLite?" y \
"--enable-threadsafe" \
"--disable-threadsafe"
+
+config_query_option SQLITE_VERSION "Build the tcl extension?" n \
+ "tea" \
+ "autoconf"