id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2067	configure detects SQLite even if not available	mloskot	mloskot	"I use Ubuntu 7.04 and have only [http://packages.ubuntu.com/feisty/libs/libsqlite3-0 libsqlite3] package installed but [http://packages.ubuntu.com/feisty/libdevel/libsqlite3-dev libsqlite3-dev] is not installed.

Running following command:
{{{
./configure --with-sqlite
...
checking for curl-config... no
checking Checking for SQLite... enabled
checking Checking for DWGdirect... disabled
...
  DODS support:              no
  SQLite support:            yes
  DWGdirect support          no
...
}}}

As the output says, SQLite is reported as detected and enabled. Certainly, this is incorrect because no dev files are available and SQLite detection should fail."	defect	closed	normal	1.5.0	ConfigBuild	svn-trunk	normal	fixed	sqlite	
