summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2017-02-21 11:00:19 +0100
committerKarel Zak2017-02-21 11:00:19 +0100
commitfc72f51e1f8ea824dc4565c844cc9119919950e9 (patch)
treea72573aeecf7b509aa07a9a04ffde70570a7fe1c /configure.ac
parentbuild-sys: fix --disable-all-programs --enable-schedutils (diff)
downloadkernel-qcow2-util-linux-fc72f51e1f8ea824dc4565c844cc9119919950e9.tar.gz
kernel-qcow2-util-linux-fc72f51e1f8ea824dc4565c844cc9119919950e9.tar.xz
kernel-qcow2-util-linux-fc72f51e1f8ea824dc4565c844cc9119919950e9.zip
build-sys: simplify UL_ENABLE_ALIAS() semantic
Let's follow only $enable_ variables. In this case the MASTERNAME (e.g. [schedutils] for --enable-schedutils) has to be without UL_BUILD_INIT. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index be282f04c..8f2c22031 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1905,9 +1905,8 @@ AM_CONDITIONAL([BUILD_SETTERM], [test "x$build_setterm" = xyes])
# ionice, taskset and chrt
AC_ARG_ENABLE([schedutils],
AS_HELP_STRING([--disable-schedutils], [do not build chrt, ionice, taskset]),
- [], [UL_DEFAULT_ENABLE([schedutils], [yes])]
+ [], [UL_DEFAULT_ENABLE([schedutils], [check])]
)
-UL_BUILD_INIT([schedutils])
UL_ENABLE_ALIAS([ionice], [schedutils])