From: Andy Wingo Date: Sun, 19 Apr 2015 13:51:12 +0000 (+0200) Subject: Remove binfmt check X-Git-Tag: v219.0~49 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=751a13e347d280153c55258a8b12b437e63b98c4 Remove binfmt check --- diff --git a/configure.ac b/configure.ac index cd4bd1762..77be47855 100644 --- a/configure.ac +++ b/configure.ac @@ -485,14 +485,6 @@ fi AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"]) -# ------------------------------------------------------------------------------ -have_binfmt=no -AC_ARG_ENABLE(binfmt, AS_HELP_STRING([--disable-binfmt], [disable binfmt tool])) -if test "x$enable_binfmt" != "xno"; then - have_binfmt=yes -fi -AM_CONDITIONAL(ENABLE_BINFMT, [test "$have_binfmt" = "yes"]) - # ------------------------------------------------------------------------------ have_vconsole=no AC_ARG_ENABLE(vconsole, AS_HELP_STRING([--disable-vconsole], [disable vconsole tool])) @@ -1028,7 +1020,6 @@ AC_MSG_RESULT([ SECCOMP: ${have_seccomp} SMACK: ${have_smack} ACL: ${have_acl} - binfmt: ${have_binfmt} vconsole: ${have_vconsole} bootchart: ${have_bootchart} tmpfiles: ${have_tmpfiles}