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:
Dan Williams 2013-01-29 13:47:31 -06:00
parent e15d161289
commit 9495331a22

View file

@ -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)"