From 98b9dabc12f535886432f3f2b379cbf53d81a5c7 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sun, 24 Jun 2018 09:45:13 +0200 Subject: configure.ac: remove split-authentication option. This was no longer used anywhere, so we can safely remove it. --- configure.ac | 10 ---------- 1 file changed, 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@:>@]),, -- cgit v1.2.1