diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 15:51:12 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 15:51:12 +0200 |
commit | 751a13e347d280153c55258a8b12b437e63b98c4 (patch) | |
tree | 0f2f3e1673f9680fea30f05215d62c3ed3767cd8 /configure.ac | |
parent | dacd5bb8395a8abfe7bf3ccf4c9ccd376dd992a9 (diff) |
Remove binfmt check
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index cd4bd17627..77be478558 100644 --- a/configure.ac +++ b/configure.ac @@ -486,14 +486,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])) if test "x$enable_vconsole" != "xno"; then @@ -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} |