Skip to content

No explicit control over what features are enabled/disabled #31

@0n-s

Description

@0n-s

The autotools scripts for this project don't allow you to override autodetection of libraries. This is important for distributors so they can let package build flags control what features are enabled.

E.g. ./configure --disable-sqlite3 --disable-mysql results in:

checking for sqlite3_open in -lsqlite3... yes
checking for mysql_real_connect in -lmysqlclient... no
configure: error: Unable to find libmysqlclient.

This is based on autodetection of libraries on my system, whereas it should just skip this check & not build with those features since that's what was requested.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions