mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 08:40:09 +01:00
build: fix PolicyKit modify.system configure message
It wasn't actually checking the value, which it should have been doing. Thus the wrong message was printed.
This commit is contained in:
parent
e15d161289
commit
9495331a22
1 changed files with 1 additions and 1 deletions
|
|
@ -732,7 +732,7 @@ echo " libnl: $with_libnl"
|
|||
echo " session tracking: $with_session_tracking"
|
||||
echo " suspend/resume: $with_suspend_resume"
|
||||
if test "${enable_polkit}" = "yes"; then
|
||||
if test "${enable_modify_system}"; then
|
||||
if test "${enable_modify_system}" = "yes"; then
|
||||
echo " policykit: yes (permissive modify.system)"
|
||||
else
|
||||
echo " policykit: yes (restrictive modify.system)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue