build-sys: enable chfn and chsh by default

The util-linux version (is the best:-) uses libuser,
so it usable for non-local users (LDAP, etc.).

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2014-05-28 09:57:55 +02:00
parent 705a823a6e
commit 9a4e9c9d54
1 changed files with 1 additions and 1 deletions

View File

@ -1398,7 +1398,7 @@ AC_ARG_ENABLE([chfn-chsh-password],
AC_ARG_ENABLE([chfn-chsh],
AS_HELP_STRING([--enable-chfn-chsh], [build chfn and chsh]),
[], [UL_DEFAULT_ENABLE([chfn_chsh], [no])]
[], [UL_DEFAULT_ENABLE([chfn_chsh], [check])]
)
UL_BUILD_INIT([chfn_chsh])