summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/policykit/CONFIGURE
blob: 7fa3cc5514610f884de1a3aa341db2fa8207ec93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
config_query POLICYKIT_MANPAGES "Install man pages?" y     &&

if spell_ok linux-pam; then
   config_query_list POLICYKIT_AFW  "Which Authentication framework?" \
                                   linux-pam shadow none
elif spell_ok shadow; then
   config_query_list POLICYKIT_AFW  "Which Authentication framework?" \
                                   shadow linux-pam none
else
   config_query_list POLICYKIT_AFW  "Which Authentication framework?" \
                                   none shadow linux-pam
fi