summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-19 15:51:34 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-19 15:51:34 +0200
commit7735f2eba43ef4be3f3e9f9111ab2798b1c3e96d (patch)
tree30b5bde742103d9afd37eb14ad1fc4df3cd956b5 /configure.ac
parent751a13e347d280153c55258a8b12b437e63b98c4 (diff)
Remove vconsole check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 77be47855..a44c6e5ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -486,14 +486,6 @@ fi
AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"])
# ------------------------------------------------------------------------------
-have_vconsole=no
-AC_ARG_ENABLE(vconsole, AS_HELP_STRING([--disable-vconsole], [disable vconsole tool]))
-if test "x$enable_vconsole" != "xno"; then
- have_vconsole=yes
-fi
-AM_CONDITIONAL(ENABLE_VCONSOLE, [test "$have_vconsole" = "yes"])
-
-# ------------------------------------------------------------------------------
have_bootchart=no
AC_ARG_ENABLE(bootchart, AS_HELP_STRING([--disable-bootchart], [disable bootchart tool]))
if test "x$enable_bootchart" != "xno"; then
@@ -1020,7 +1012,6 @@ AC_MSG_RESULT([
SECCOMP: ${have_seccomp}
SMACK: ${have_smack}
ACL: ${have_acl}
- vconsole: ${have_vconsole}
bootchart: ${have_bootchart}
tmpfiles: ${have_tmpfiles}
sysusers: ${have_sysusers}