summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2016-09-05 21:31:18 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2020-07-14 15:52:30 +0200
commit76631bd5214378ea81070eddf0962be306d5ac1a (patch)
treeac06ce0c5622cef9e63f34f8506dc395c1095181
parentf9a1625a9a3b984a455087e89fbb195d69012a12 (diff)
Remove bsdauth option. It's the only choice left
-rw-r--r--Makefile.bsd-wrapper1
-rw-r--r--configure.ac11
2 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper
index 6f4fb68..e4e7944 100644
--- a/Makefile.bsd-wrapper
+++ b/Makefile.bsd-wrapper
@@ -9,7 +9,6 @@ DEFAULT_VT= --with-default-vt=vt05
.endif
CONFIGURE_ARGS= \
- --enable-bsdauth \
$(DEFAULT_VT) \
--with-authdir=$(XENODMCONFIGDIR) \
--with-xenodmlibdir=$(XENODMCONFIGDIR) \
diff --git a/configure.ac b/configure.ac
index 1f75e23..b14a9bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,17 +92,6 @@ case $host_os in
esac
AC_SUBST(SU)
-
-#
-# BSD auth
-AC_ARG_ENABLE(bsdauth,
- AC_HELP_STRING([--enable-bsdauth],
- [Build support for BSD authentification (default is NO)]),
- [ENABLE_BSDAUTH="$enableval"], [ENABLE_BSDAUTH="no"])
-if test x$ENABLE_BSDAUTH = xyes ; then
- AC_DEFINE(USE_BSDAUTH, 1, [Use BSD authentification])
-fi
-
# Figure out where everything goes in the filesystem
AC_ARG_WITH(xenodmlibdir,