Ticket #2067 (closed defect: fixed)
configure detects SQLite even if not available
| Reported by: | mloskot | Owned by: | mloskot |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.0 |
| Component: | ConfigBuild | Version: | svn-trunk |
| Severity: | normal | Keywords: | sqlite |
| Cc: |
Description
I use Ubuntu 7.04 and have only libsqlite3 package installed but 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.
Change History
Note: See
TracTickets for help on using
tickets.
