addrwatch icon indicating copy to clipboard operation
addrwatch copied to clipboard

No explicit control over what features are enabled/disabled

Open 0n-s opened this issue 3 years ago • 0 comments

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.

0n-s avatar Apr 25 '22 17:04 0n-s