diff options
author | Thomas Haller <thaller@redhat.com> | 2018-02-11 17:36:41 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-02-11 17:37:22 +0100 |
commit | 2a3de3778df4e0fa1758a2e9e56ce389e2e846e5 (patch) | |
tree | 3915c0886732aaa8804da62a375722bbf6cdf3b6 /meson.build | |
parent | 574f2744dc70898df8af3635cc66b3059cb3fc69 (diff) |
build/meson: fix printing DHCP build status
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index cd9f83a3b..5d56556d7 100644 --- a/meson.build +++ b/meson.build @@ -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' |