summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-19 15:51:12 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-19 15:51:12 +0200
commit751a13e347d280153c55258a8b12b437e63b98c4 (patch)
tree0f2f3e1673f9680fea30f05215d62c3ed3767cd8
parentdacd5bb8395a8abfe7bf3ccf4c9ccd376dd992a9 (diff)
Remove binfmt check
-rw-r--r--configure.ac9
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}