[gdm] configure: switch to split authentication by default



commit b0cb4a2ab3fd4c4919ac1d3a013853feeebd89de
Author: Ray Strode <rstrode redhat com>
Date:   Tue Aug 30 13:30:11 2011 -0400

    configure: switch to split authentication by default
    
    We'll need it for the shell greeter

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fa05acb..a7a55be 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]