Skip to content

configure changes --without-db to --with-db #65

@GitMensch

Description

@GitMensch

[ LIBDB="3"
AC_DEFINE(WITH_DB, 3)
with_db=yes ]) ])

That code (setting LIBDB=3 which is later used) was in even before the OC 1.1 merge 26881ab, but it got worse then...

If that enforcement is really needed then configure should error on --without-db, but I see no reason why that should be the case.
Things to do for fixing:

  • remove that with_db=yes and LIBDB setting
  • if with_db=no skip the BDB checks later on
  • ensure that the build system handles that correctly
  • ensure that the indexed tests are still skipped if built without INDEXED support (which is commonly NOT needed and then better disabled when using EXEC SQL)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions