[Lunar-commits] r21010 - moonbase/trunk/sql/sqlite
Terry Chan
tchan at lunar-linux.org
Wed Aug 16 00:20:28 UTC 2006
Author: tchan
Date: 2006-08-16 00:20:28 +0000 (Wed, 16 Aug 2006)
New Revision: 21010
Modified:
moonbase/trunk/sql/sqlite/CONFIGURE
Log:
Updated with the CONFIGURE changes as submitted by Jean Michel Bruenn.
Modified: moonbase/trunk/sql/sqlite/CONFIGURE
===================================================================
--- moonbase/trunk/sql/sqlite/CONFIGURE 2006-08-15 22:16:50 UTC (rev 21009)
+++ moonbase/trunk/sql/sqlite/CONFIGURE 2006-08-16 00:20:28 UTC (rev 21010)
@@ -1,9 +1,13 @@
if ! grep -q CONFIGURED $MODULE_CONFIG; then
- if query "Enable UTF8 characterset?" y; then
- OPTS="$OPTS --enable-utf8"
+ if query "Use an in-ram database for temporary tables?" y; then
+ OPTS="$OPTS --enable-tempstore"
fi
+ if query "Support threadsafe operation?" y; then
+ OPTS="$OPTS --enable-threadsafe"
+ fi
+
echo 'CONFIGURED="y"' >> $MODULE_CONFIG
echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
More information about the Lunar-commits
mailing list