From: Karel Zak Date: Fri, 3 Jun 2016 11:42:40 +0000 (+0200) Subject: build-sys: use UL_DEFAULT_ENABLE() only for programs X-Git-Tag: v2.29-rc1~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d67f61c06d079c6f999505fa41921e5f93fa62d0;p=thirdparty%2Futil-linux.git build-sys: use UL_DEFAULT_ENABLE() only for programs The UL_DEFAULT_ENABLE modifies $enable_ 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 --- diff --git a/configure.ac b/configure.ac index d9a9f4eadc..3ba723f3e9 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])