diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-21 17:25:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-21 17:25:58 +0200 |
commit | ec564b14a5f4558d34578a1e10129f910539fa49 (patch) | |
tree | 6094727331c44dab4974e7c11397b48b12ec0148 /build/configure | |
parent | 9106867c0c70bae196c1b38e9594f0340dcc9698 (diff) |
Add developer build system SQLite infrastructure
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 |