summaryrefslogtreecommitdiffstats
path: root/database/sqlite/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'database/sqlite/CONFIGURE')
-rwxr-xr-xdatabase/sqlite/CONFIGURE5
1 files changed, 4 insertions, 1 deletions
diff --git a/database/sqlite/CONFIGURE b/database/sqlite/CONFIGURE
index e4b835ffda..7db038a7de 100755
--- a/database/sqlite/CONFIGURE
+++ b/database/sqlite/CONFIGURE
@@ -1,2 +1,5 @@
+config_query SQLITE_META "Enable column metadata?" y &&
+
config_query_option SQLITE_TSAFE "Build thread-safe SQLite?" y \
- "--enable-threadsafe" "--disable-threadsafe"
+ "--enable-threadsafe" \
+ "--disable-threadsafe"