summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/policykit/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'gnome2-libs/policykit/CONFIGURE')
-rwxr-xr-xgnome2-libs/policykit/CONFIGURE9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnome2-libs/policykit/CONFIGURE b/gnome2-libs/policykit/CONFIGURE
index 7fa3cc5514..f58c05b4fd 100755
--- a/gnome2-libs/policykit/CONFIGURE
+++ b/gnome2-libs/policykit/CONFIGURE
@@ -2,11 +2,8 @@ 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
+ linux-pam shadow
else
config_query_list POLICYKIT_AFW "Which Authentication framework?" \
- none shadow linux-pam
-fi \ No newline at end of file
+ shadow linux-pam
+fi