summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Buch <boogiewasthere@gmail.com>2014-08-26 21:17:22 +0200
committerTom Gundersen <teg@jklm.no>2014-09-25 16:39:18 +0200
commitd6bc8348d5be8576a475ac8ced2b0146e60fb71f (patch)
tree1cc185bf0c719da2a39c679f7ddfe5ef47508143 /configure.ac
parent4a3bb599609d687e0a501a748bfac491f5fb9f6c (diff)
readahead: wipe out readahead
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 38a165c10..84644e163 100644
--- a/configure.ac
+++ b/configure.ac
@@ -842,14 +842,6 @@ fi
AM_CONDITIONAL(ENABLE_VCONSOLE, [test "$have_vconsole" = "yes"])
# ------------------------------------------------------------------------------
-have_readahead=no
-AC_ARG_ENABLE(readahead, AS_HELP_STRING([--disable-readahead], [disable readahead tools]))
-if test "x$enable_readahead" != "xno"; then
- have_readahead=yes
-fi
-AM_CONDITIONAL(ENABLE_READAHEAD, [test "$have_readahead" = "yes"])
-
-# ------------------------------------------------------------------------------
have_bootchart=no
AC_ARG_ENABLE(bootchart, AS_HELP_STRING([--disable-bootchart], [disable bootchart tool]))
if test "x$enable_bootchart" != "xno"; then
@@ -1341,7 +1333,6 @@ AC_MSG_RESULT([
ELFUTILS: ${have_elfutils}
binfmt: ${have_binfmt}
vconsole: ${have_vconsole}
- readahead: ${have_readahead}
bootchart: ${have_bootchart}
quotacheck: ${have_quotacheck}
tmpfiles: ${have_tmpfiles}