From: Andy Wingo Date: Sun, 19 Apr 2015 13:51:34 +0000 (+0200) Subject: Remove vconsole check X-Git-Tag: v219.0~48 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7735f2eba43ef4be3f3e9f9111ab2798b1c3e96d;hp=751a13e347d280153c55258a8b12b437e63b98c4;p=elogind.git Remove vconsole check --- diff --git a/configure.ac b/configure.ac index 77be47855..a44c6e5ad 100644 --- a/configure.ac +++ b/configure.ac @@ -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}