From 9a4e9c9d54196fcc1343256b7c8324e97be8f10e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 28 May 2014 09:57:55 +0200 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index adea05018..e203a7c04 100644 --- a/configure.ac +++ b/configure.ac @@ -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])