From: Karel Zak Date: Wed, 28 May 2014 07:57:55 +0000 (+0200) Subject: build-sys: enable chfn and chsh by default X-Git-Tag: v2.25-rc1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a4e9c9d54196fcc1343256b7c8324e97be8f10e;p=thirdparty%2Futil-linux.git 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 --- diff --git a/configure.ac b/configure.ac index adea050182..e203a7c044 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])