summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2013-08-13 15:55:52 +0200
committerKarel Zak2013-08-13 15:55:52 +0200
commit7f1fe74248290c50f5447c2c09fcf0f0575a7666 (patch)
tree2ac695a94b35eee1bcf849d7ef7312e03008ab17 /configure.ac
parentbuild-sys: enable mesg(1) by default (diff)
downloadkernel-qcow2-util-linux-7f1fe74248290c50f5447c2c09fcf0f0575a7666.tar.gz
kernel-qcow2-util-linux-7f1fe74248290c50f5447c2c09fcf0f0575a7666.tar.xz
kernel-qcow2-util-linux-7f1fe74248290c50f5447c2c09fcf0f0575a7666.zip
build-sys: remove deprecated elvtune command
The command is deprecated for years and useless with 2.6.x kernels. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 2ad890b5b..443ad7215 100644
--- a/configure.ac
+++ b/configure.ac
@@ -667,7 +667,6 @@ AC_ARG_ENABLE([most-builds],
)
AS_IF([test "x$enable_most_builds" = xyes], [
enable_chfn_chsh=yes
- enable_elvtune=check
enable_line=yes
enable_mesg=yes
enable_newgrp=yes
@@ -1034,15 +1033,6 @@ UL_REQUIRES_SYSCALL_CHECK([pivot_root], [UL_CHECK_SYSCALL([pivot_root])])
AM_CONDITIONAL([BUILD_PIVOT_ROOT], [test "x$build_pivot_root" = xyes])
-AC_ARG_ENABLE([elvtune],
- AS_HELP_STRING([--enable-elvtune], [build elvtune (only works with 2.2 and 2.4 kernels)]),
- [], [enable_elvtune=no]
-)
-UL_BUILD_INIT([elvtune])
-UL_REQUIRES_LINUX([elvtune])
-AM_CONDITIONAL([BUILD_ELVTUNE], [test "x$build_elvtune" = xyes])
-
-
AC_ARG_ENABLE([tunelp],
AS_HELP_STRING([--enable-tunelp], [build tunelp]),
[], [enable_tunelp=no]