summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2014-05-28 09:57:55 +0200
committerKarel Zak2014-05-28 09:57:55 +0200
commit9a4e9c9d54196fcc1343256b7c8324e97be8f10e (patch)
treed969b0dbffee70c3339fdcc9537d2ca7bdb40b7f /configure.ac
parentMerge branch 'tests-stuff' of https://github.com/rudimeier/util-linux (diff)
downloadkernel-qcow2-util-linux-9a4e9c9d54196fcc1343256b7c8324e97be8f10e.tar.gz
kernel-qcow2-util-linux-9a4e9c9d54196fcc1343256b7c8324e97be8f10e.tar.xz
kernel-qcow2-util-linux-9a4e9c9d54196fcc1343256b7c8324e97be8f10e.zip
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])