]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: use UL_DEFAULT_ENABLE() only for programs
authorKarel Zak <kzak@redhat.com>
Fri, 3 Jun 2016 11:42:40 +0000 (13:42 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 3 Jun 2016 11:42:40 +0000 (13:42 +0200)
commitd67f61c06d079c6f999505fa41921e5f93fa62d0
tree496b288b486a86a0c52bddc68104c951cf0abebe
parent4cb6fea5ccd7ce5e258c52160de167dd7aa24494
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>
configure.ac