Bugzilla – Bug 5663
Autotools configuration for database is broken
Last modified: 2008-04-01 09:45:16
You need to log in before you can comment on or make changes to this bug.
As it is now, it's impossible to disable the database support. When ./configure is ran with --with-db=no, it installs the db support anyway, due to a flaw in the logic (basically, an extra else is needed)
It wasn't a bug, the logic was ok. The effect of installing the DB anyway was caused by other problems.