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

index cd4bd17627049c8dfc0b71458f55500502f3f704..77be4785584f856ae4598c5e60d0567668f46aba 100644 (file)
@@ -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}