build-sys: fix chfn-chsh configure help text

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-03-16 10:53:55 +01:00
parent 36d80cb6c1
commit f205a07363
1 changed files with 1 additions and 1 deletions

View File

@ -2016,7 +2016,7 @@ AC_ARG_ENABLE([chfn-chsh-password],
)
AC_ARG_ENABLE([chfn-chsh],
AS_HELP_STRING([--enable-chfn-chsh], [build chfn and chsh]),
AS_HELP_STRING([--disable-chfn-chsh], [do not build chfn and chsh]),
[], [UL_DEFAULT_ENABLE([chfn_chsh], [check])]
)
UL_BUILD_INIT([chfn_chsh])