Opened 16 years ago

Closed 16 years ago

#2015 closed defect (fixed)

--with-sqlite doesn't check for sqlite3.h

Reported by: crschmidt Owned by: Mateusz Łoskot
Priority: normal Milestone:
Component: ConfigBuild Version: unspecified
Severity: normal Keywords: sqlite
Cc: warmerdam

Description

When compiling --with-sqlite, ./configure will report "Yes", but not check for sqlite3.h, and therefore fail to build during 'make'.

23:00:19 < mloskot> crschmidt:  I think we should replace these hacks in configure.in with regular macro
23:00:25 < mloskot> I have one for sqlite
23:00:25 < mloskot> http://mloskot.devjavu.com/browser/autotools/macros

Change History (3)

comment:1 by warmerdam, 16 years ago

Cc: warmerdam added
Component: defaultConfigBuild
Keywords: sqlite added
Owner: changed from warmerdam to Mateusz Łoskot

comment:2 by Mateusz Łoskot, 16 years ago

Status: newassigned

comment:3 by Mateusz Łoskot, 16 years ago

Resolution: fixed
Status: assignedclosed

It's been also reported as duplicate ticket #2067. Fixed in trunk (r13276), the patch also available in branches/1.5 (r13369)

Note: See TracTickets for help on using tickets.