summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2016-09-01 17:23:57 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2016-09-01 17:34:23 +0100
commit613f146250da654c81d5c29658161f5ebb981adf (patch)
treebc5ad05687d57616139927bb0c81d384162ea912 /configure.ac
parentda1b41e83e2e1d6db1348acfa1f90878a41b86c9 (diff)
Remove support for XDM-AUTHORIZATION-1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 5a3653f..2a7b5ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -295,16 +295,6 @@ XDM_LIBS="$XDM_LIBS $DMCP_LIBS"
AC_CHECK_LIB(Xdmcp, XdmcpWrap, [xdmauth="yes"], [xdmauth="no"], [$DMCP_LIBS])
-AC_ARG_ENABLE(xdm-auth,
- AS_HELP_STRING([--enable-xdm-auth],
- [Support XDM-AUTHENTICATION-1 and XDM-AUTHORIZATION-1 (default: auto)]),
- [xdmauth_enable="$enableval"], [xdmauth_enable="auto"])
-if test "x$xdmauth_enable" = "xyes" -a "x$xdmauth" = "xno" ; then
- AC_MSG_ERROR([XDM-AUTH support requested, but XdmcpWrap not found in libXdmcp.])
-fi
-
-AM_CONDITIONAL(HAS_XDM_AUTH, test x$xdmauth = xyes -a x$xdmauth_enable != xno)
-
AC_SUBST(XDM_CFLAGS)
AC_SUBST(XDM_LIBS)