Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2067 closed defect (fixed)

configure detects SQLite even if not available

Reported by: Mateusz Łoskot Owned by: Mateusz Łoskot
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 (3)

comment:1 by Mateusz Łoskot, 16 years ago

Milestone: 1.5.0
Owner: changed from warmerdam to Mateusz Łoskot
Status: newassigned

comment:2 by Mateusz Łoskot, 16 years ago

Resolution: fixed
Status: assignedclosed

Fixed in trunk (r13276)

Added new macro ax_lib_sqlite3.m4 that defines --with-sqlite3 option instead of --with-sqlite. IMHO, it is more explicit about which line of SQLite is required.

comment:3 by Mateusz Łoskot, 16 years ago

Just a link to duplicate but older report as #2015

Note: See TracTickets for help on using tickets.