summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2016-06-03 13:42:40 +0200
committerKarel Zak2016-06-03 13:42:40 +0200
commitd67f61c06d079c6f999505fa41921e5f93fa62d0 (patch)
tree496b288b486a86a0c52bddc68104c951cf0abebe /configure.ac
parentbuild-sys: add --disable-widechar (diff)
downloadkernel-qcow2-util-linux-d67f61c06d079c6f999505fa41921e5f93fa62d0.tar.gz
kernel-qcow2-util-linux-d67f61c06d079c6f999505fa41921e5f93fa62d0.tar.xz
kernel-qcow2-util-linux-d67f61c06d079c6f999505fa41921e5f93fa62d0.zip
build-sys: use UL_DEFAULT_ENABLE() only for programs
The UL_DEFAULT_ENABLE modifies $enable_<name> according to the global --enable-all-programs. This makes sense only for programs, but not for any built-in code. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d9a9f4ead..3ba723f3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1265,7 +1265,7 @@ AS_IF([test "x$have_futimens" = xyes -a "x$have_inotify_init1" = xyes ], [
AC_ARG_ENABLE([plymouth_support],
AS_HELP_STRING([--disable-plymouth_support], [don not care about plymouth in sylogin(8) and agetty(8)]),
- [], [UL_DEFAULT_ENABLE([plymouth_support], [check])]
+ [], [enable_plymouth_support=check]
)
UL_BUILD_INIT([plymouth_support])
UL_REQUIRES_HAVE([plymouth_support], [tiocglcktrmios], [TIOCGLCKTRMIOS flag])