diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-27 15:38:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-27 15:38:42 +0200 |
commit | cd1deec2f13b6976fb3aac0e5e8d42a79875aef1 (patch) | |
tree | e56e97b86e800f4173ba433b9ba76480d0f18d5b /build/configure | |
parent | 2b3b6f26e5125bdc23d07c88c369b5c6ce070a61 (diff) |
Build infrastructure for SQLite
Diffstat (limited to 'build/configure')
-rwxr-xr-x | build/configure | 3 |
1 files changed, 2 insertions, 1 deletions
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 |