diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 15:51:54 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 15:51:54 +0200 |
commit | bb40245ca352b00bb676aa5d9b87078308ef0d61 (patch) | |
tree | a3df2445561f82f3b06b841290bc3992a81db93f /configure.ac | |
parent | 7735f2eba43ef4be3f3e9f9111ab2798b1c3e96d (diff) |
Remove bootchart 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 a44c6e5ad5..9216797f6f 100644 --- a/configure.ac +++ b/configure.ac @@ -486,14 +486,6 @@ fi AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"]) # ------------------------------------------------------------------------------ -have_bootchart=no -AC_ARG_ENABLE(bootchart, AS_HELP_STRING([--disable-bootchart], [disable bootchart tool])) -if test "x$enable_bootchart" != "xno"; then - have_bootchart=yes -fi -AM_CONDITIONAL(ENABLE_BOOTCHART, [test "$have_bootchart" = "yes"]) - -# ------------------------------------------------------------------------------ have_tmpfiles=no AC_ARG_ENABLE(tmpfiles, AS_HELP_STRING([--disable-tmpfiles], [disable tmpfiles support])) if test "x$enable_tmpfiles" != "xno"; then @@ -1012,7 +1004,6 @@ AC_MSG_RESULT([ SECCOMP: ${have_seccomp} SMACK: ${have_smack} ACL: ${have_acl} - bootchart: ${have_bootchart} tmpfiles: ${have_tmpfiles} sysusers: ${have_sysusers} firstboot: ${have_firstboot} |