summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-06-24 09:45:13 +0200
committerNiels De Graef <Niels.DeGraef@barco.com>2018-06-24 09:46:17 +0200
commit98b9dabc12f535886432f3f2b379cbf53d81a5c7 (patch)
treef15799b1857db411e01ae46bd0d5709797efa69e
parentcfef5521b72b764decdadf4ad88400e1ddecd5a6 (diff)
downloadgdm-wip/nielsdg/remove-split-auth.tar.gz
configure.ac: remove split-authentication option.wip/nielsdg/remove-split-auth
This was no longer used anywhere, so we can safely remove it.
-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@:>@]),,