chiark / gitweb /
Remove vconsole check
authorAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 13:51:34 +0000 (15:51 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 13:51:34 +0000 (15:51 +0200)
configure.ac

index 77be4785584f856ae4598c5e60d0567668f46aba..a44c6e5ad553fcba9081ddf1163eed8263da9e50 100644 (file)
@@ -485,14 +485,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]))
@@ -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}