From ec564b14a5f4558d34578a1e10129f910539fa49 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Mar 2011 17:25:58 +0200 Subject: Add developer build system SQLite infrastructure --- build/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/configure') diff --git a/build/configure b/build/configure index bc57e61..2fc7846 100755 --- a/build/configure +++ b/build/configure @@ -23,9 +23,10 @@ $echo $echo "Please select the database you would like to use:" $echo $echo "(1) MySQL" +$echo "(2) SQLite" $echo -db_id=`read_option "mysql" "mysql"` +db_id=`read_option "mysql sqlite"` echo "db_id := $db_id" >$1 -- cgit v1.1