mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 09:20:32 +01:00
build/meson: fix printing DHCP build status
This commit is contained in:
parent
574f2744dc
commit
2a3de3778d
1 changed files with 1 additions and 1 deletions
|
|
@ -935,7 +935,7 @@ output += '\n'
|
|||
output += ' config-dns-rc-manager-default: ' + config_dns_rc_manager_default + '\n'
|
||||
output += '\nDHCP clients (default ' + config_dhcp_default + '):\n'
|
||||
output += ' dhcpcanon: ' + enable_dhcpcanon.to_string()
|
||||
if enable_dhcpcd
|
||||
if enable_dhcpcanon
|
||||
output += ' ' + dhcpcanon.path()
|
||||
endif
|
||||
output += '\n'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue