Ticket #2015 (closed defect: fixed)

Opened 10 months ago

Last modified 4 months ago

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

Reported by: crschmidt Assigned to: mloskot
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

11/22/07 13:15:42 changed by warmerdam

  • keywords set to sqlite.
  • owner changed from warmerdam to mloskot.
  • component changed from default to ConfigBuild.
  • cc set to warmerdam.

05/08/08 21:33:21 changed by mloskot

  • status changed from new to assigned.

05/08/08 21:42:55 changed by mloskot

  • status changed from assigned to closed.
  • resolution set to fixed.

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