aboutsummaryrefslogtreecommitdiffstats
path: root/m4/macros/enable-disable.m4
Commit message (Collapse)AuthorAgeFilesLines
* configure: Add an option to enable all optional features/pluginsTobias Brunner2014-03-201-1/+3
| | | | This has probably no real practical use, but it simplifies testing.
* Add a configure option to disable all default pluginsTobias Brunner2013-02-041-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 optionMartin Willi2010-03-111-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 optionsMartin Willi2009-09-071-0/+32