summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-07-16 10:54:49 +0200
committerMichael Biebl <biebl@debian.org>2022-07-16 10:56:26 +0200
commit84437727afd48cee94eb663498eaf09eabfed3c1 (patch)
tree83f89d8a35b0b006d212ec240affc9461ef4698b
parentb6538f6e9cc956959494aff0eeade3a0b5733103 (diff)
downloadpolkit-84437727afd48cee94eb663498eaf09eabfed3c1.tar.gz
build: Remove spurious if clause in summary output
Introduced accidentally in commit c7fc4e1b61f0fd82fc697c19c604af7e9fb291a2
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 66c4e9b..e2a8670 100644
--- a/meson.build
+++ b/meson.build
@@ -378,8 +378,6 @@ if enable_logind
endif
output += ' polkitd user: ' + polkitd_user + ' \n'
output += ' Javascript engine: ' + js_engine + '\n'
-if enable_logind
-endif
output += ' PAM support: ' + enable_pam.to_string() + '\n\n'
if enable_pam
output += ' PAM file auth: ' + pam_conf['PAM_FILE_INCLUDE_AUTH'] + '\n'