summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <halfline@gmail.com>2018-06-24 11:11:30 +0000
committerRay Strode <halfline@gmail.com>2018-06-24 11:11:30 +0000
commit93b52f4c07973a2f4fa4df82ec23f5cc79c7d341 (patch)
treef15799b1857db411e01ae46bd0d5709797efa69e
parentcfef5521b72b764decdadf4ad88400e1ddecd5a6 (diff)
parent98b9dabc12f535886432f3f2b379cbf53d81a5c7 (diff)
downloadgdm-93b52f4c07973a2f4fa4df82ec23f5cc79c7d341.tar.gz
Merge branch 'wip/nielsdg/remove-split-auth' into 'master'
configure.ac: remove split-authentication option. See merge request GNOME/gdm!11
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 24e69937..bc250764 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,16 +186,6 @@ AC_ARG_ENABLE(gdm-xsession,
enable_gdm_xsession=no)
AM_CONDITIONAL(ENABLE_GDM_XSESSION, test x$enable_gdm_xsession = xyes)
-AC_ARG_ENABLE(split-authentication,
- AS_HELP_STRING([--enable-split-authentication],
- [Enable multiple simultaneous PAM conversations during login @<:@default=yes@:>@]),,
- enable_split_authentication=yes)
-AM_CONDITIONAL(ENABLE_SPLIT_AUTHENTICATION, test x$enable_split_authentication = xyes)
-
-if test x$enable_split_authentication = xyes; then
- AC_DEFINE(ENABLE_SPLIT_AUTHENTICATION, 1, [Define if split authentication is enabled])
-fi
-
AC_ARG_ENABLE(user-display-server,
AS_HELP_STRING([--enable-user-display-server],
[Enable running X server as user @<:@default=yes@:>@]),,