db: everyone must have libsqlite3 installed (not optional)
commit80813bd9b3f208b99d0ceda272ca30c55bafbaa2
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 16 Feb 2013 10:25:03 +0000 (16 13:25 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 16 Feb 2013 10:25:03 +0000 (16 13:25 +0300)
treee0fcf28e7a6997f08ea73aec37136688fb585df5
parent14857d6260d816a083ba06c83bdaf6f6bda1773a
db: everyone must have libsqlite3 installed (not optional)

We used to allow smatch to compile without the sqlite3 lib installed,
because probably most people don't bother building the database.  But
now I'm going to add a second In-Memory database so everyone needs the
libraries.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_db.c