Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: Add an option to enable all optional features/plugins | Tobias Brunner | 2014-03-20 | 1 | -1/+3 |
| | | | | This has probably no real practical use, but it simplifies testing. | ||||
* | Add a configure option to disable all default plugins | Tobias Brunner | 2013-02-04 | 1 | -1/+3 |
| | | | | | | The --disable-defaults option disables all plugins that would be enabled by default. This allows to selectively enable specific plugins without issues when new default options get added in future releases. | ||||
* | Set a xy_given variable for a --enable/disable-xy option | Martin Willi | 2010-03-11 | 1 | -4/+8 |
| | | | | | This additional variable allows a check if an option was explicitly given or implicitly set using the default. | ||||
* | Use macros to define --enable/--disable options | Martin Willi | 2009-09-07 | 1 | -0/+32 |