Force dependency on libinih

Configuration file support is considered a mandatory feature.
This commit is contained in:
Martin Lund 2022-03-11 15:28:29 +01:00
parent 8965b7b42c
commit 659336af51
2 changed files with 4 additions and 12 deletions

View file

@ -1,6 +1,3 @@
option('bashcompletiondir',
type : 'string',
description : 'Directory for bash completion scripts ["no" disables]')
option('configfile',
type: 'boolean', value: true,
description: 'Enable configuration file support')