summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-08-30 13:30:11 -0400
committerRay Strode <rstrode@redhat.com>2011-08-30 14:24:43 -0400
commitb0cb4a2ab3fd4c4919ac1d3a013853feeebd89de (patch)
treee35f9b7cfb41a115c2699860fdd76d8783c3a61d /configure.ac
parent3bf3ac7d2570fc5da9a0122b4ad2ad2605705147 (diff)
downloadgdm-b0cb4a2ab3fd4c4919ac1d3a013853feeebd89de.tar.gz
configure: switch to split authentication by default
We'll need it for the shell greeter
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fa05acb9..a7a55be9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,7 +231,7 @@ dnl ---------------------------------------------------------------------------
AC_ARG_ENABLE(split-authentication,
AS_HELP_STRING([--enable-split-authentication],
[Enable multiple simultaneous PAM conversations during login @<:@default=yes@:>@]),,
- enable_split_authentication=no)
+ enable_split_authentication=yes)
AM_CONDITIONAL(ENABLE_SPLIT_AUTHENTICATION, test x$enable_split_authentication = xyes)
AC_ARG_ENABLE(console-helper,