summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-19 13:55:00 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-19 14:08:12 +0200
commit7cd279aa39956dd98a721b4e47cbb2f20b10438f (patch)
treea14b41d6e2e597dda83817f197405abd8f83d300
parentbe1cfc2db1bd9b57f2989595bae6b6c5b2d50815 (diff)
Remove sulogin support
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac2
2 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index d40b3bb78..354cbf877 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -998,7 +998,6 @@ substitutions = \
'|rootprefix=$(rootprefix)|' \
'|udevlibexecdir=$(udevlibexecdir)|' \
'|SUSHELL=$(SUSHELL)|' \
- '|SULOGIN=$(SULOGIN)|' \
'|DEBUGTTY=$(DEBUGTTY)|' \
'|MKDIR_P=$(MKDIR_P)|' \
'|SYSTEM_SYSVINIT_PATH=$(sysvinitdir)|' \
diff --git a/configure.ac b/configure.ac
index 61ad8b6b9..e9824fc5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,8 +89,6 @@ AC_PATH_PROG([XSLTPROC], [xsltproc])
AC_PATH_PROG([KEXEC], [kexec], [/usr/sbin/kexec], [$PATH:/usr/sbin:/sbin])
-AC_PATH_PROG([SULOGIN], [sulogin], [/usr/sbin/sulogin], [$PATH:/usr/sbin:/sbin])
-
AS_IF([! ln --relative --help > /dev/null 2>&1], [AC_MSG_ERROR([*** ln doesn't support --relative ***])])
M4_DEFINES=